mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:07:45 +00:00
LibC: Add P_tmpdir macro
This commit is contained in:
parent
9a2c80c791
commit
e5afe7a8a3
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ __BEGIN_DECLS
|
||||||
#define _IONBF 2
|
#define _IONBF 2
|
||||||
|
|
||||||
#define L_tmpnam 256
|
#define L_tmpnam 256
|
||||||
|
#define P_tmpdir "/tmp"
|
||||||
|
|
||||||
extern FILE* stdin;
|
extern FILE* stdin;
|
||||||
extern FILE* stdout;
|
extern FILE* stdout;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue