diff options
Diffstat (limited to 'lib/libc/string/memccpy.c')
| -rw-r--r-- | lib/libc/string/memccpy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/memccpy.c b/lib/libc/string/memccpy.c index 29828182..4b3c83cd 100644 --- a/lib/libc/string/memccpy.c +++ b/lib/libc/string/memccpy.c @@ -1,4 +1,4 @@ -#include <stddef.h> +#include <stddef.h> // for NULL, size_t void *memccpy(void *restrict s1, const void *restrict s2, int c, size_t n) { |
