diff options
Diffstat (limited to 'src/string/memset.c')
| -rw-r--r-- | src/string/memset.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/string/memset.c b/src/string/memset.c index 68fbca0a..a009ec94 100644 --- a/src/string/memset.c +++ b/src/string/memset.c @@ -21,6 +21,8 @@ void * memset(void *s, int c, size_t n) return s; } +__check_3(void *, 0, memset, void *, int, size_t) + /*** fills the first ARGUMENT(n) bytes of memory at ARGUMENT(s) with the value ARGUMENT(c) (converted to an TYPE(unsigned char)). |
