diff options
Diffstat (limited to 'src/complex/ccos.c')
-rw-r--r-- | src/complex/ccos.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/complex/ccos.c b/src/complex/ccos.c index 6b4a7a46..5a96236c 100644 --- a/src/complex/ccos.c +++ b/src/complex/ccos.c @@ -1,3 +1,5 @@ +#if 0 + # define TGSOURCE "complex/ccos.c" #include "_tgmath.h" @@ -20,3 +22,6 @@ r*/ STDC(199901) LINK(m) */ + + +#endif |