chore: fix almost *ALL* warnings.
[lunaix-os.git] / lunaix-os / usr / includes / string.h
index 4c45ce290d8f1c3a720170070bed2f9a084a505f..7383a0f2d14d6c6710d0eb0f406446b8c646fb84 100644 (file)
@@ -15,4 +15,10 @@ strncpy(char* dest, const char* src, size_t n);
 const char*
 strchr(const char* str, int character);
 
+char*
+strcpy(char* dest, const char* src);
+
+int
+strcmp(const char* s1, const char* s2);
+
 #endif /* __LUNAIX_STRING_H */