Add local ptototype for memset function.
This commit is contained in:
parent
028e84c68b
commit
c8c0ba192e
@ -26,6 +26,9 @@
|
||||
#include <sys/types.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
void *memset(void *, int, size_t);
|
||||
|
||||
|
||||
void *
|
||||
memset(void *b, int c, size_t len)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user