mirror of
https://github.com/reactos/reactos.git
synced 2025-06-18 04:26:24 +00:00

* Create a branch for some evul shell experiments. svn path=/branches/shell-experiments/; revision=61927
7 lines
102 B
C
7 lines
102 B
C
|
|
#define _x(_X_) (!(_X_))
|
|
#define _strxspn strspn
|
|
#include <string.h>
|
|
#include "strxspn.h"
|
|
|
|
/* EOF */
|