X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/f52057a6af724d6b701f6b67dcd11bdbdb2c2b03..84d85ea7b7bba78431600369cf1717166e156cd0:/lunaix-os/includes/libc/string.h 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 */