X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/2a49908006b177c4d6354309333d06b1b96e4887..084eac3d5fa7deeab2296cf20653f4f7b3f75cd0:/lunaix-os/usr/libc/includes/string.h diff --git a/lunaix-os/usr/libc/includes/string.h b/lunaix-os/usr/libc/includes/string.h index e9313b7..3336671 100644 --- a/lunaix-os/usr/libc/includes/string.h +++ b/lunaix-os/usr/libc/includes/string.h @@ -1,5 +1,5 @@ -#ifndef __LUNAIX_STRING_H -#define __LUNAIX_STRING_H +#ifndef __LUNALIBC_STRING_H +#define __LUNALIBC_STRING_H #include @@ -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 */