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