BZERO(3) Linux Programmer's Manual BZERO(3)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)GNU1993-04-09 BZERO(3)
| Related Man Pages |
|---|
| bzero(3p) - centos |
| bstring(3) - redhat |
| bzero(3p) - suse |
| bzero(3) - posix |
| bzero(3) - php |
| Similar Topics in the Unix Linux Community |
|---|
| bzero in socket |
| C bzero() to memset() issue |