1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-06-23 02:50:17 +00:00
reactos/lib/sdk/crt/string/strcspn.c
Art Yerkes c501d8112c Create a branch for network fixes.
svn path=/branches/aicom-network-fixes/; revision=34994
2008-08-01 11:32:26 +00:00

9 lines
112 B
C

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