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