update for HEAD-2003091401
[reactos.git] / lib / msvcrt / math / j1_y1.c
index 55d6bd6..3c89988 100644 (file)
@@ -1,11 +1,17 @@
 #include <msvcrt/math.h>
 
 
+/*
+ * @unimplemented
+ */
 double _j1(double x) 
 {
        return x;
 }
 
+/*
+ * @unimplemented
+ */
 double _y1(double x) 
 {
        return x;