shithub: scc

ref: f2227c6d0370cfc5c2b1472475fe9564dbb05e25
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;