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