Query: bzero
OS: redhat
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
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 |
---|
bstring(3) - redhat |
bstring(3) - debian |
bzero(3p) - suse |
bzero(3) - opendarwin |
bzero(3) - v7 |
Similar Topics in the Unix Linux Community |
---|
bzero in socket |
C bzero() to memset() issue |