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