shithub: scc

ref: ef9e03046d35d4d0a3a73316e4675470228ebc98
dir: /include/bits/z80/arch/stdio.h/

View raw version
#define BUFSIZ        512
#define FILENAME_MAX  256
#define FOPEN_MAX      16

#define TMP_MAX        25
#define L_tmpnam      256

#define _TMPNAME      "TMP.000"

typedef long fpos_t;