update for HEAD-2003091401
[reactos.git] / lib / crtdll / math / j0_y0.c
index 7512077..01143ef 100644 (file)
@@ -1,10 +1,17 @@
-#include <crtdll/math.h>
+#include <msvcrt/math.h>
 
+
+/*
+ * @unimplemented
+ */
 double _j0(double x) 
 {
        return x;
 }
 
+/*
+ * @unimplemented
+ */
 double _y0(double x) 
 {
        return x;