| www.delorie.com/gnu/docs/glibc/libc_78.html | search |
![]() Buy the book! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
index is another name for strchr; they are exactly the same.
New code should always use strchr since this name is defined in
ISO C while index is a BSD invention which never was available
on System V derived systems.
rindex is another name for strrchr; they are exactly the same.
New code should always use strrchr since this name is defined in
ISO C while rindex is a BSD invention which never was available
on System V derived systems.
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |