diff options
Diffstat (limited to 'src/math/cos.c')
-rw-r--r-- | src/math/cos.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/math/cos.c b/src/math/cos.c index b8b29aa0..fec3824a 100644 --- a/src/math/cos.c +++ b/src/math/cos.c @@ -1,3 +1,5 @@ +#if 0 + # define TGSOURCE "cos.c" #include <errno.h> #include <math.h> @@ -54,3 +56,6 @@ LINK(m) STDC(1) */ + + +#endif |