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