3 <<bzero>>---initialize memory to zero
10 void bzero(void *<[b]>, size_t <[length]>);
13 <<bzero>> initializes <[length]> bytes of memory, starting at address
17 <<bzero>> does not return a result.
20 <<bzero>> is in the Berkeley Software Distribution.
21 Neither ANSI C nor the System V Interface Definition (Issue 2) require
24 <<bzero>> requires no supporting OS subroutines.
30 bzero(void *b
, size_t length
)