update for HEAD-2003021201
[reactos.git] / lib / crtdll / math / j1_y1.c
1 #include <msvcrt/math.h>
2
3
4 double _j1(double x) 
5 {
6         return x;
7 }
8
9 double _y1(double x) 
10 {
11         return x;
12 }