mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 18:02:05 +00:00
9 lines
114 B
C
9 lines
114 B
C
/* $Id$
|
|
*/
|
|
|
|
#define _x(_X_) (!(_X_))
|
|
#define _strxspn strspn
|
|
#include <string.h>
|
|
#include "strxspn.h"
|
|
|
|
/* EOF */
|