shithub: scc

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