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

9 lines
112 B
C

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