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