diff options
Diffstat (limited to 'src/math/y0.c')
-rw-r--r-- | src/math/y0.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/math/y0.c b/src/math/y0.c deleted file mode 100644 index c70878ee..00000000 --- a/src/math/y0.c +++ /dev/null @@ -1,12 +0,0 @@ -#include <math.h> - -double y0(double x) -{ - SIGNAL_SAFE(0); - return x; -} - -/* -XOPEN(4) -LINK(m) -*/ |