Go to the source code of this file.
Functions | |
| void | bcopy (const void *src, void *dest, int len) |
| void | bzero (void *data, int n) |
| int | strlen (const char *str) |
| int | strncmp (const char *str1, const char *str2, int len) |
| void bcopy | ( | const void * | src, | |
| void * | dest, | |||
| int | len | |||
| ) |
Definition at line 70 of file bcopy.c.
References memcpy().
Referenced by loopif_output(), low_level_input(), and low_level_output().
| int strlen | ( | const char * | str | ) |
| int strncmp | ( | const char * | str1, | |
| const char * | str2, | |||
| int | len | |||
| ) |
1.4.7