clang -O2 -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations stdatomic/ATOMIC_SHORT_LOCK_FREE.c -o stdatomic/ATOMIC_SHORT_LOCK_FREE -D_POSIX_C_SOURCE=202405L -lm -lintl stdatomic/ATOMIC_SHORT_LOCK_FREE.c:3:2: error: "ATOMIC_SHORT_LOCK_FREE is not defined" #error "ATOMIC_SHORT_LOCK_FREE is not defined" ^ 1 error generated.