- Remove ALL the unneeded "author date id revision" svn properties.
[reactos.git] / reactos / lib / sdk / crt / string / strcspn.c
1 /* $Id: strcspn.c 30291 2007-11-09 12:20:16Z fireball $
2 */
3
4 #define _x(_X_) (_X_)
5 #define _strxspn strcspn
6 #include <string.h>
7 #include "strxspn.h"
8
9 /* EOF */