reactos/lib/sdk/crt/string/strspn.c

10 lines
114 B
C
Raw Normal View History

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