more tweaks.
This commit is contained in:
parent
d21d62e2fc
commit
63dd44c8ca
1 changed files with 0 additions and 0 deletions
12
src/libbio/lib9.std.h
Normal file
12
src/libbio/lib9.std.h
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#include <fmt.h>
|
||||
#include <fcntl.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#define OREAD O_RDONLY
|
||||
#define OWRITE O_WRONLY
|
||||
|
||||
#include <utf.h>
|
||||
|
||||
#define nil ((void*)0)
|
||||
Loading…
Add table
Add a link
Reference in a new issue