add for porting
This commit is contained in:
parent
6850febee1
commit
186a31de6b
10
src/libregexp/lib9.std.h
Normal file
10
src/libregexp/lib9.std.h
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
#include <fmt.h>
|
||||||
|
#include <setjmp.h>
|
||||||
|
#include <string.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <unistd.h>
|
||||||
|
|
||||||
|
#define exits(x) exit(x && *x ? 1 : 0)
|
||||||
|
|
||||||
|
#define nil 0
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user