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