ADDED: Config flag: SUPPORT_STANDARD_FILEIO

This new flag allows omitting stdio.h library in case of a custom implementation is used.
This commit is contained in:
Ray 2021-03-04 20:36:04 +01:00
parent 7ad1370193
commit b084552808
3 changed files with 30 additions and 5 deletions

View file

@ -65,7 +65,6 @@
#endif
#include <stdlib.h> // Required for: malloc(), free()
#include <stdio.h> // Required for: FILE, fopen(), fclose(), fread()
#include <string.h> // Required for: strlen() [Used in ImageTextEx()]
#include <math.h> // Required for: fabsf()