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

8 lines
102 B
C
Raw Normal View History

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