stdio.h - define P_tmpdir

This commit is contained in:
Ben Gras 2010-07-26 14:46:35 +00:00
parent eb057107c5
commit 008cc7c1a7

View file

@ -61,6 +61,7 @@ typedef struct __iobuf {
#define TMP_MAX 999
#define L_tmpnam (sizeof("/tmp/") + FILENAME_MAX)
#define P_tmpdir "/tmp"
#define __STDIO_VA_LIST__ void *
typedef long int fpos_t;