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