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

#include <math.h>

double j0(double x)
{
	return x;
}

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


#endif