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