
Go to the source code of this file.
Defines | |
| #define | BZERO(p, n) memset(p,0,n) |
| #define | BCOPY(s, d, n) memcpy(d,s,n) |
| #define | _SIZE_T |
Functions/Subroutines | |
| void | bcopy (const void *, void *, size_t) |
| int | bcmp (const void *, const void *, size_t) |
| void | bzero (void *, size_t) |
| void | blkclr (void *, size_t) |
1.5.6