]> git.buserror.net Git - polintos/scott/priv.git/blobdiff - include/c/std/string.h
Move some freestanding libc functions from the kernel into
[polintos/scott/priv.git] / include / c / std / string.h
index 31323c6419fc782c4fe6dddd0b309de7229e0507..e457ed59081462f325115a095cc452e778549eee 100644 (file)
@@ -7,6 +7,7 @@
 extern "C" {
 #endif
 
+void *memcpy(void *dest, const void *src, size_t len);
 void *memset(void *block, int count, size_t len);
 int memcmp(const void *b1, const void *b2, size_t len);
 size_t strlen(const char *s);