Go to the source code of this file.
Functions | |
| void | bzero (void *p, int len) |
| Clears a block of characters to 0s. | |
Definition in file bzero.c.
| void bzero | ( | void * | p, | |
| int | len | |||
| ) |
Clears a block of characters to 0s.
| *p | pointer to start of block | |
| len | length of the block |
Definition at line 14 of file bzero.c.
Referenced by allocRxBuffer(), etherInit(), loopbackInit(), ttyClose(), and ttyInit().

1.5.5