cc -pthread -Wall -Wextra -Werror=implicit-function-declaration complex/csinhl.c -o complex/csinhl -D_GNU_SOURCE -D_BSD_SOURCE -D_ALL_SOURCE -D_DEFAULT_SOURCE -lm -lpthread -lrt -lintl -liconv complex/csinhl.c:11: warning: ignoring ‘#pragma STDC FENV_ACCESS’ [-Wunknown-pragmas] 11 | #pragma STDC FENV_ACCESS ON complex/csinhl.c: In function ‘test’: complex/csinhl.c:24:38: error: implicit declaration of function ‘csinhl’ [-Wimplicit-function-declaration] 24 | long double complex output = csinhl(input1); | ^~~~~~ complex/csinhl.c:10:1: note: include ‘’ or provide a declaration of ‘csinhl’ 9 | #include "../basic.h" +++ |+#include 10 | complex/csinhl.c:24:38: warning: incompatible implicit declaration of built-in function ‘csinhl’ [-Wbuiltin-declaration-mismatch] 24 | long double complex output = csinhl(input1); | ^~~~~~ complex/csinhl.c:24:38: note: include ‘’ or provide a declaration of ‘csinhl’