add fgets/fgetc test

This commit is contained in:
Colin Leroy-Mira
2024-01-11 18:30:13 +01:00
parent ebf43ddb05
commit f7388cfb79
2 changed files with 64 additions and 0 deletions

View File

@@ -86,6 +86,10 @@ extern FILE* stderr;
# define FILENAME_MAX (80+1)
#elif defined(__TELESTRAT__)
# define FILENAME_MAX (50+1)
#elif defined(__SIM6502__)
# define FILENAME_MAX (1024+1)
#elif defined(__SIM65C02__)
# define FILENAME_MAX (1024+1)
#else
# define FILENAME_MAX (16+1)
#endif