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