x86_64-managarm-gcc -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations sys_sem/GETZCNT.c -o sys_sem/GETZCNT -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lintl -liconv sys_sem/GETZCNT.c:8:17: error: ‘GETZCNT’ undeclared here (not in a function) 8 | int const foo = GETZCNT; | ^~~~~~~