diff options
Diffstat (limited to 'src/math/llrint.c')
-rw-r--r-- | src/math/llrint.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/math/llrint.c b/src/math/llrint.c index 9ec492d4..168ef5df 100644 --- a/src/math/llrint.c +++ b/src/math/llrint.c @@ -1,3 +1,5 @@ +#if 0 + # define TGSOURCE "llrint.c" #include "_tgmath.h" #include <math.h> @@ -25,3 +27,6 @@ long long int TGFN(llrint)(TYPE x) STDC(199901) LINK(m) */ + + +#endif |