|
bzero − write zero bytes |
#include <strings.h> void bzero(void *s, size_t n); |
|
The bzero() function sets the first n bytes of the byte area starting at s to zero. |
|
None. |
|
4.3BSD. This function is deprecated -- use memset in new programs. |
|
memset(3), swab(3) |
....................................................................................................................................
About ~
Privacy Statement ~
Terms of Use ~
~
All Linux-Documentation.com