cc -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations stdio/FOPEN_MAX.c -o stdio/FOPEN_MAX -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lintl -liconv stdio/FOPEN_MAX.c:3:2: error: #error "FOPEN_MAX is not defined" 3 | #error "FOPEN_MAX is not defined" | ^~~~~