add for porting
This commit is contained in:
parent
6850febee1
commit
186a31de6b
1 changed files with 10 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue