stdio: implement tempnam() and tmpnam()
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
#ifndef _BITS_STDIO_H
|
||||
#define _BITS_STDIO_H
|
||||
|
||||
// XXX: this is only here because cbindgen can't handle string constants
|
||||
#define P_tmpdir "/tmp"
|
||||
|
||||
#define EOF (-1)
|
||||
|
||||
typedef struct FILE FILE;
|
||||
|
||||
Reference in New Issue
Block a user