# define TGSOURCE "nearbyint.c" #include "nonstd/tgmath.h" #include TYPE TGFN(nearbyint)(TYPE x) { return 0.0; } /* STDC(199901) LINK(m) */