X-Git-Url: http://git.jankratochvil.net/?p=reactos.git;a=blobdiff_plain;f=lib%2Fstring%2Fstrchr.c;fp=lib%2Fstring%2Fstrchr.c;h=e504e4bcd903734ce843853919665b293144e18a;hp=0000000000000000000000000000000000000000;hb=ee8b63255465d8c28be3e7bd11628015708fc1ab;hpb=c99688ef1ab339c8746ecc385bde679623084c71 diff --git a/lib/string/strchr.c b/lib/string/strchr.c new file mode 100644 index 0000000..e504e4b --- /dev/null +++ b/lib/string/strchr.c @@ -0,0 +1,8 @@ +/* $Id$ + */ + +#define _XINT int +#include +#include "tcschr.h" + +/* EOF */