X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/ec4ff182252b6d7b3cb81f4fa783c5348a6c30fd..b1644f824d7f4989a94b8a752aadee26cae25069:/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 */