feat: closedir(2)
[lunaix-os.git] / lunaix-os / usr / includes / string.h
index a3099247c53903992206ddd80200e780cf4082be..4c45ce290d8f1c3a720170070bed2f9a084a505f 100644 (file)
@@ -12,4 +12,7 @@ strnlen(const char* str, size_t max_len);
 char*
 strncpy(char* dest, const char* src, size_t n);
 
+const char*
+strchr(const char* str, int character);
+
 #endif /* __LUNAIX_STRING_H */