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