X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/fedfd71f5492177a7c7d7fd2bd1529a832106395..9fe5e02cf615ad121c4460fbaaac2787d1e09c0e:/lunaix-os/includes/libc/string.h?ds=sidebyside diff --git a/lunaix-os/includes/libc/string.h b/lunaix-os/includes/libc/string.h index eeade75..671fdec 100644 --- a/lunaix-os/includes/libc/string.h +++ b/lunaix-os/includes/libc/string.h @@ -1,5 +1,5 @@ -#ifndef _STRING_H -#define _STRING_H 1 +#ifndef __LUNAIX_STRING_H +#define __LUNAIX_STRING_H #include @@ -18,4 +18,7 @@ memset(void*, int, size_t); size_t strlen(const char* str); -#endif \ No newline at end of file +char* +strcpy(char* dest, const char* src); + +#endif /* __LUNAIX_STRING_H */