update for HEAD-2003091401
[reactos.git] / lib / crtdll / float / scalb.c
index a2d1eac..3b460ff 100644 (file)
@@ -1,6 +1,9 @@
 #include <msvcrt/float.h>
 #include <msvcrt/internal/ieee.h>
 
+/*
+ * @implemented
+ */
 double _scalb( double __x, long e )
 {
        double_t *x = (double_t *)&__x;