mirror of
https://github.com/reactos/reactos.git
synced 2025-06-18 12:05:18 +00:00
10 lines
112 B
C
10 lines
112 B
C
![]() |
/* $Id$
|
||
|
*/
|
||
|
|
||
|
#define _x(_X_) (_X_)
|
||
|
#define _strxspn strcspn
|
||
|
#include <string.h>
|
||
|
#include "strxspn.h"
|
||
|
|
||
|
/* EOF */
|