x86_64-managarm-gcc -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations threads/tss_create.c -o threads/tss_create -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lintl -liconv threads/tss_create.c:5:12: error: unknown type name ‘tss_t’ 5 | int (*foo)(tss_t *, tss_dtor_t) = tss_create; | ^~~~~ threads/tss_create.c:5:21: error: unknown type name ‘tss_dtor_t’ 5 | int (*foo)(tss_t *, tss_dtor_t) = tss_create; | ^~~~~~~~~~