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

#include <math.h>

double y1(double x)
{
        return x;
}

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


#endif