migrate substitution keywords to SVN
[reactos.git] / reactos / lib / string / strcspn.c
1 /* $Id$
2 */
3
4 #define _x(_X_) (_X_)
5 #define _strxspn strcspn
6 #include <string.h>
7 #include "strxspn.h"
8
9 /* EOF */