mirror of https://github.com/flysand7/ciabatta.git
9 lines
88 B
C
9 lines
88 B
C
|
|
||
|
#define __USE_GNU
|
||
|
|
||
|
#include <sched.h>
|
||
|
|
||
|
#ifdef CLONE_FILES
|
||
|
#define MYMACRO 1
|
||
|
#endif
|