summaryrefslogtreecommitdiff
path: root/src/math/y0.c
blob: ad85af187ab5b6920fc1d4b82271521f4bf072b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#if 0

#include <math.h>

double y0(double x)
{
        return x;
}

/*
XOPEN(4)
LINK(m)
*/


#endif