update for HEAD-2003091401
[reactos.git] / lib / crtdll / math / jn_yn.c
index b641a81..a930472 100644 (file)
@@ -1,10 +1,17 @@
-#include <crtdll/math.h>
+#include <msvcrt/math.h>
 
+
+/*
+ * @unimplemented
+ */
 double _jn(int n, double x)
 {
        return x;
 }
 
+/*
+ * @unimplemented
+ */
 double _yn(int n, double x) 
 {
        return x;