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