Changeset 609 for branches/GNU/src/binutils/libiberty/index.c
- Timestamp:
- Aug 16, 2003, 6:59:22 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/binutils/libiberty/index.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r608 r609 1 1 /* Stub implementation of (obsolete) index(). */ 2 3 /* 4 5 @deftypefn Supplemental char* index (char *@var{s}, int @var{c}) 6 7 Returns a pointer to the first occurrence of the character @var{c} in 8 the string @var{s}, or @code{NULL} if not found. The use of @code{index} is 9 deprecated in new programs in favor of @code{strchr}. 10 11 @end deftypefn 12 13 */ 2 14 3 15 extern char * strchr(); -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.