genericopenlibs/openenvcore/libc/src/string/strrchr.c
changeset 0 e4d67989cc36
child 18 47c74d1534e1
equal deleted inserted replaced
-1:000000000000 0:e4d67989cc36
       
     1 /* © Portions copyright (c) 2005-2006  Nokia Corporation.  All rights reserved.
       
     2  */
       
     3 #include <sys/cdefs.h>
       
     4 #ifndef __SYMBIAN32__
       
     5 __FBSDID("$FreeBSD: src/lib/libc/string/strrchr.c,v 1.2 2002/03/22 21:53:19 obrien Exp $");
       
     6 #endif
       
     7 
       
     8 #define	STRRCHR
       
     9 #include "rindex.c"