update for HEAD-2003091401
[reactos.git] / lib / crtdll / math / atan2.c
index 28079d0..8ce57f1 100644 (file)
@@ -3,6 +3,9 @@
 
 double atan2 (double __y, double __x);
 
+/*
+ * @implemented
+ */
 double atan2 (double __y, double __x)
 {
   register double __value;