feat: vfs - path walking and dnode caching.
[lunaix-os.git] / lunaix-os / includes / klibc / string.h
index 8337ef188278663813ec1b4dcdd04d1281906256..35fd53e76c97e8a79697a7d604038ce1eb930889 100644 (file)
@@ -30,4 +30,7 @@ strncpy(char* dest, const char* src, size_t n);
 const char*
 strchr(const char* str, int character);
 
+int
+streq(const char* a, const char* b);
+
 #endif /* __LUNAIX_STRING_H */