cc -pipe -O -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations search/tfind.c -o search/tfind -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lrt -lcrypt search/tfind.c:11:1: error: unknown type name 'posix_tnode' posix_tnode *(*foo)(const void *, posix_tnode *const *, int(*)(const void *, const void *)) = tfind; ^~~~~~~~~~~ search/tfind.c:11:35: error: unknown type name 'posix_tnode' posix_tnode *(*foo)(const void *, posix_tnode *const *, int(*)(const void *, const void *)) = tfind; ^~~~~~~~~~~