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

10 lines
112 B
C
Raw Normal View History

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