diff options
Diffstat (limited to 'src/complex/cacos.c')
-rw-r--r-- | src/complex/cacos.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/complex/cacos.c b/src/complex/cacos.c index 90d4e018..b7305f3f 100644 --- a/src/complex/cacos.c +++ b/src/complex/cacos.c @@ -1,3 +1,5 @@ +#if 0 + # define TGSOURCE "complex/cacos.c" #include "_tgmath.h" #include <complex.h> @@ -78,3 +80,6 @@ r*/ STDC(199901) LINK(m) */ + + +#endif |