1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 16:57:46 +00:00

LibC: Add P_tmpdir macro

This commit is contained in:
Daniel Bertalan 2021-06-21 11:56:44 +02:00 committed by Andreas Kling
parent 9a2c80c791
commit e5afe7a8a3

View file

@ -30,6 +30,7 @@ __BEGIN_DECLS
#define _IONBF 2
#define L_tmpnam 256
#define P_tmpdir "/tmp"
extern FILE* stdin;
extern FILE* stdout;