X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=lib%2Fcrtdll%2Fmath%2Fj0_y0.c;h=01143ef3dccfb9b4be316690952f6e989c4e012f;hb=HEAD;hp=7512077a5d7c98c4a1c2ee5f3209950c836fb2ea;hpb=1334f77b1ecef00ac31076ce6bf22bdfeb82d347;p=reactos.git diff --git a/lib/crtdll/math/j0_y0.c b/lib/crtdll/math/j0_y0.c index 7512077..01143ef 100644 --- a/lib/crtdll/math/j0_y0.c +++ b/lib/crtdll/math/j0_y0.c @@ -1,10 +1,17 @@ -#include +#include + +/* + * @unimplemented + */ double _j0(double x) { return x; } +/* + * @unimplemented + */ double _y0(double x) { return x;