cc -O2 -pipe -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations limits/NZERO.c -o limits/NZERO -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lstdthreads -lcrypt limits/NZERO.c:9:2: error: "NZERO is not defined" 9 | #error "NZERO is not defined" | ^ 1 error generated.