Desktop/xinu_mips-1.0.2.tar/xinu_mips-1.0.2/lib/libxc/strchr.c File Reference
Go to the source code of this file.
|
Functions |
char * | strchr (const char *s, int c) |
Detailed Description
strchr
- Id
- strchr.c 221 2007-07-11 18:45:46Z mschul
Definition in file strchr.c.
Function Documentation
char* strchr |
( |
const char * |
s, |
|
|
int |
c | |
|
) |
| | |
Returns a pointer to the location in a string at which which a particular character appears.
- Parameters:
-
| *s | string to search |
| c | character to locate |
- Returns:
- the pointer in the string, NULL if character not found
Definition at line 16 of file strchr.c.