diff options
Diffstat (limited to 'lib/include')
-rw-r--r-- | lib/include/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/include/common.h b/lib/include/common.h index 1e48097..d006d71 100644 --- a/lib/include/common.h +++ b/lib/include/common.h @@ -15,3 +15,5 @@ void* memset(void* s, int c, size_t n); +void* memcpy(void* d, const void* s, size_t n); + |