This commit was manufactured by cvs2svn to create branch 'captive'.
[reactos.git] / lib / string / strspn.c
1 /* $Id$
2  */
3
4 #define _x(_X_) (!(_X_))
5 #define _strxspn strspn
6 #include <string.h>
7 #include "strxspn.h"
8
9 /* EOF */