diff options
Diffstat (limited to 'src/math/llround.c')
-rw-r--r-- | src/math/llround.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/math/llround.c b/src/math/llround.c index 1025df15..589ad2c8 100644 --- a/src/math/llround.c +++ b/src/math/llround.c @@ -1,3 +1,5 @@ +#if 0 + # define TGSOURCE "llround.c" #include "_tgmath.h" #include <math.h> @@ -11,3 +13,6 @@ long long int TGFN(llround)(TYPE x) STDC(199901) LINK(m) */ + + +#endif |