1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-05-03 04:35:38 +00:00
reactos/sdk/lib/crt/string/strcspn.c

7 lines
100 B
C

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