Go to the source code of this file.
Functions | |
void | bzero (void *p, int len) |
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 ttyClose(), ttyInit(), and uartInit().