git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
make rule for user header file install
[lunaix-os.git]
/
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 e9313b7805b890d9d3aeaaee6ddaf2afd5a9be4a..333667173484e1a046fedf836deff2d61c357e1c 100644
(file)
--- a/
lunaix-os/usr/libc/includes/string.h
+++ b/
lunaix-os/usr/libc/includes/string.h
@@
-1,5
+1,5
@@
-#ifndef __LUNA
IX
_STRING_H
-#define __LUNA
IX
_STRING_H
+#ifndef __LUNA
LIBC
_STRING_H
+#define __LUNA
LIBC
_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 /* __LUNA
IX
_STRING_H */
+#endif /* __LUNA
LIBC
_STRING_H */