diff options
Diffstat (limited to 'src/math/trunc.c')
-rw-r--r-- | src/math/trunc.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/math/trunc.c b/src/math/trunc.c index 4ee27109..fa2a9c5d 100644 --- a/src/math/trunc.c +++ b/src/math/trunc.c @@ -1,3 +1,5 @@ +#if 0 + # define TGSOURCE "trunc.c" #include "_tgmath.h" #include <math.h> @@ -17,3 +19,6 @@ TYPE TGFN(trunc)(TYPE x) STDC(199901) LINK(m) */ + + +#endif |