stdio.h - define P_tmpdir
This commit is contained in:
parent
eb057107c5
commit
008cc7c1a7
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ typedef struct __iobuf {
|
||||||
|
|
||||||
#define TMP_MAX 999
|
#define TMP_MAX 999
|
||||||
#define L_tmpnam (sizeof("/tmp/") + FILENAME_MAX)
|
#define L_tmpnam (sizeof("/tmp/") + FILENAME_MAX)
|
||||||
|
#define P_tmpdir "/tmp"
|
||||||
#define __STDIO_VA_LIST__ void *
|
#define __STDIO_VA_LIST__ void *
|
||||||
|
|
||||||
typedef long int fpos_t;
|
typedef long int fpos_t;
|
||||||
|
|
Loading…
Reference in a new issue