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