shithub: scc

ref: 0a5224e17a101c6b0c1c7eb1e36dc9d3fd8ac120
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;