Framework for exporting system header to user space (#59)
[lunaix-os.git] / lunaix-os / usr / libc / includes / string.h
index e9313b7805b890d9d3aeaaee6ddaf2afd5a9be4a..333667173484e1a046fedf836deff2d61c357e1c 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef __LUNAIX_STRING_H
-#define __LUNAIX_STRING_H
+#ifndef __LUNALIBC_STRING_H
+#define __LUNALIBC_STRING_H
 
 #include <stddef.h>
 
@@ -15,4 +15,4 @@ extern char* strcpy(char* dest, const char* src);
 
 extern int strcmp(const char* s1, const char* s2);
 
-#endif /* __LUNAIX_STRING_H */
+#endif /* __LUNALIBC_STRING_H */