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