shithub: scc

ref: 3bffda9fb4ff86d00ee0e4e488447480d869da87
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;