x86_64-managarm-gcc -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations threads/tss_set.c -o threads/tss_set -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lintl -liconv threads/tss_set.c:5:18: error: expected ‘)’ before ‘void’ 5 | int (*foo)(tss_t, void *) = tss_set; | ^~~~~ | )