This commit was manufactured by cvs2svn to create branch 'captive'.
[reactos.git] / lib / string / strchr.c
diff --git a/lib/string/strchr.c b/lib/string/strchr.c
new file mode 100644 (file)
index 0000000..e504e4b
--- /dev/null
@@ -0,0 +1,8 @@
+/* $Id$
+ */
+
+#define _XINT int
+#include <string.h>
+#include "tcschr.h"
+
+/* EOF */