]> git.buserror.net Git - polintos/scott/priv.git/blobdiff - kernel/include/kern/libc.h
GCC 4.2.1 fixes, plus a couple library functions.
[polintos/scott/priv.git] / kernel / include / kern / libc.h
index 8bca620845ee6dda379682467d554d83f9f6023f..05f398b8d9ee837fda7c4232412a3eb2dfb55eaa 100644 (file)
@@ -25,6 +25,8 @@ extern "C" {
 
        char *strcpy(char *dest, const char *src);
        char *strncpy(char *dest, const char *src, size_t len);
+       char *strcat(char *dest, const char *src);
+       char *strncat(char *dest, const char *src, size_t len);
 
        void bzero(void *b, size_t len);