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