|
Operating System
|
#include "mystring.h"Go to the source code of this file.
Functions | |
| int | strcmp (const char *lhs, const char *rhs) |
| void * | memcpy (void *dst, void const *src, int n) |
| void* memcpy | ( | void * | dst, |
| void const * | src, | ||
| int | n | ||
| ) |
Definition at line 12 of file mystring.c.
| int strcmp | ( | const char * | lhs, |
| const char * | rhs | ||
| ) |
Definition at line 2 of file mystring.c.
1.8.15