X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=rpikern;a=blobdiff_plain;f=src%2Flibc%2Fstring.h;fp=src%2Flibc%2Fstring.h;h=2fde229a5b7cc04b47b7075fd4be4cb6c3914748;hp=8754f7109f21a560691d5bd8271e3d28718865f3;hb=322d8fe4bf7ecd74ffb5288539efd3db828aa72a;hpb=311d50a18e3cdc236781882198671b4e1a538535 diff --git a/src/libc/string.h b/src/libc/string.h index 8754f71..2fde229 100644 --- a/src/libc/string.h +++ b/src/libc/string.h @@ -2,5 +2,6 @@ #define LIBC_STRING_H_ void *memset(void *ptr, int val, int size); +void *memcpy(void *dest, void *src, int size); #endif /* LIBC_STRING_H_ */