diff options
Diffstat (limited to 'src/math/hypot.c')
-rw-r--r-- | src/math/hypot.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/math/hypot.c b/src/math/hypot.c index ce902c59..60f68384 100644 --- a/src/math/hypot.c +++ b/src/math/hypot.c @@ -1,3 +1,5 @@ +#if 0 + # define TGSOURCE "hypot.c" #include "_tgmath.h" #include <math.h> @@ -20,3 +22,6 @@ STDC(199901) XOPEN(4) LINK(m) */ + + +#endif |