cc -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations math/asinl.c -o math/asinl -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lintl -liconv math/asinl.c:5:35: error: ‘asinl’ undeclared here (not in a function); did you mean ‘asinf’? 5 | long double (*foo)(long double) = asinl; | ^~~~~ | asinf