source:
trunk/src/gcc/libiberty/strchr.c@
1005
| Last change on this file since 1005 was 2, checked in by , 23 years ago | |
|---|---|
|
|
| File size: 538 bytes | |
| Rev | Line | |
|---|---|---|
| [2] | 1 | /* Portable version of strchr() |
| 2 | This function is in the public domain. */ | |
| 3 | ||
| 4 | /* | |
| 5 | ||
| 6 | @deftypefn Supplemental char* strchr (const char *@var{s}, int @var{c}) | |
| 7 | ||
| 8 | Returns a pointer to the first occurrence of the character @var{c} in | |
| 9 | the string @var{s}, or @code{NULL} if not found. If @var{c} is itself the | |
