missing/strchr.c File Reference
Go to the source code of this file.
|
Functions |
| char * | strchr (const char *s, int c) |
| char * | strrchr (const char *s, int c) |
Function Documentation
| char* strchr |
( |
const char * |
s, |
|
|
int |
c | |
|
) |
| | |
| char* strrchr |
( |
const char * |
s, |
|
|
int |
c | |
|
) |
| | |