reactos/reactos/lib/sdk/crt/string/strrchr.c
Aleksey Bragin 375959c206 - Sync some changes in strings from libcntpr.
- Move string implementation (in "header" files) into /string dir.
- Copy over libcntpr-specific implementations into _nt.c files (for now, later they could do with a define).
- libcntpr's is now almost fully syncronized and could be merged into the tree except for "except" directory.

svn path=/trunk/; revision=30283
2007-11-08 21:06:20 +00:00

8 lines
83 B
C

/* $Id$
*/
#define _XINT int
#include <string.h>
#include "tcsrchr.h"
/* EOF */