update for HEAD-2003091401
[reactos.git] / lib / msvcrt / float / fpclass.c
index 5401aa1..28b394c 100644 (file)
@@ -27,6 +27,9 @@
 
 typedef int fpclass_t;
 
+/*
+ * @implemented
+ */
 fpclass_t _fpclass(double __d)
 {
        double_t *d = (double_t *)&__d;