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