#if 0 # define TGSOURCE "lround.c" #include "_tgmath.h" #include long int TGFN(lround)(TYPE x) { return x; } /* STDC(199901) LINK(m) */ #endif