update for HEAD-2003091401
[reactos.git] / lib / crtdll / math / j0_y0.c
1 #include <msvcrt/math.h>
2
3
4 /*
5  * @unimplemented
6  */
7 double _j0(double x) 
8 {
9         return x;
10 }
11
12 /*
13  * @unimplemented
14  */
15 double _y0(double x) 
16 {
17         return x;
18 }