update for HEAD-2003091401
[reactos.git] / lib / crtdll / float / chgsign.c
index 40aaac2..cd81af1 100644 (file)
@@ -2,6 +2,9 @@
 #include <msvcrt/internal/ieee.h>
 
 
+/*
+ * @implemented
+ */
 double _chgsign(double __x)
 {
        double_t* x = (double_t*)&x;