update for HEAD-2003091401
[reactos.git] / lib / crtdll / math / cos.c
index 981380e..131fa2d 100644 (file)
@@ -2,6 +2,9 @@
 
 double cos (double __x);
 
+/*
+ * @implemented
+ */
 double cos (double __x)
 {
   register double __value;