1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-05-11 21:34:19 +00:00
reactos/sdk/lib/crt/string/strspn.c

7 lines
102 B
C

#define _x(_X_) (!(_X_))
#define _strxspn strspn
#include <string.h>
#include "strxspn.h"
/* EOF */