Manpages BZEROSection: Linux Programmer's Manual (3 )Updated: 1993-04-09 Index Return to Main Contents NAMEbzero - write zeros to a byte stringSYNOPSIS#include <string.h> void bzero(void *s, size_t n); DESCRIPTIONThe bzero() function sets the first n bytes of the byte string s to zero.RETURN VALUEThe bzero() function returns no value.CONFORMING TO4.3BSD. This function is deprecated -- use memset in new programs.SEE ALSOmemset(3), swab(3)
IndexThis document was created by man2html, using the manual pages. Time: 09:57:19 GMT, July 12, 2025 |