1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-06-25 20:49:43 +00:00
reactos/lib/sdk/crt/string/strcspn.c
Timo Kreuzer 5eb25b5c24 Create a branch for audio work
svn path=/branches/audio-bringup/; revision=49478
2010-11-05 11:04:48 +00:00

9 lines
112 B
C

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