diff options
Diffstat (limited to 'src/math/modf.c')
-rw-r--r-- | src/math/modf.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/math/modf.c b/src/math/modf.c index a9331317..c39ba054 100644 --- a/src/math/modf.c +++ b/src/math/modf.c @@ -1,3 +1,5 @@ +#if 0 + # define TGSOURCE "modf.c" #include <errno.h> #include <math.h> @@ -35,3 +37,6 @@ IMPLEMENTATION(The value returned on a domain error, CONSTANT(HUGE_VAL)) LINK(m) STDC(1) */ + + +#endif |