diff options
Diffstat (limited to 'src/math/fmod.c')
-rw-r--r-- | src/math/fmod.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/math/fmod.c b/src/math/fmod.c index 15435008..68474424 100644 --- a/src/math/fmod.c +++ b/src/math/fmod.c @@ -1,3 +1,5 @@ +#if 0 + # define TGSOURCE "fmod.c" #include <errno.h> #include <math.h> @@ -48,3 +50,6 @@ IMPLEMENTATION(Whether ARGUMENT(y) being LITERAL(0) results in a domain error or LINK(m) STDC(1) */ + + +#endif |