UNIX xv6 (rev8, 9/1/15)
|
Go to the source code of this file.
Functions | |
char * | strcpy (char *s, char *t) |
int | strcmp (const char *p, const char *q) |
uint | strlen (char *s) |
void * | memset (void *dst, int c, uint n) |
char * | strchr (const char *s, char c) |
char * | gets (char *buf, int max) |
int | stat (char *n, struct stat *st) |
int | atoi (const char *s) |
void * | memmove (void *vdst, void *vsrc, int n) |