mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-24 07:40:52 +00:00
Add local ptototype for memset function.
This commit is contained in:
parent
028e84c68b
commit
c8c0ba192e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=168403
@ -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…
Reference in New Issue
Block a user