reactos/lib/sdk/crt/string/strspn.c
2011-05-24 18:40:34 +00:00

9 lines
114 B
C

/* $Id$
*/
#define _x(_X_) (!(_X_))
#define _strxspn strspn
#include <string.h>
#include "strxspn.h"
/* EOF */