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