Second Extended Filesystem (ext2) and other improvements (#33)
[lunaix-os.git] / lunaix-os / includes / klibc / string.h
index 04272ed90ba15c232e1c431884de8388618cf610..415d4816faca94275a8d15fddb7850ca5dd648a1 100644 (file)
@@ -31,6 +31,9 @@ strchr(const char* str, int character);
 int
 streq(const char* a, const char* b);
 
+int
+strneq(const char* a, const char* b, unsigned long n);
+
 void
 strrtrim(char* str);