branch update for HEAD-2003091401
[reactos.git] / lib / crtdll / math / ceil.c
index 7434cf4..66a1359 100644 (file)
@@ -1,5 +1,8 @@
 #include <msvcrt/math.h>
 
+/*
+ * @implemented
+ */
 double ceil (double __x)
 {
   register double __value;