update for HEAD-2003091401
[reactos.git] / lib / msvcrt / math / frexp.c
index b85cd98..911c00d 100644 (file)
@@ -2,6 +2,9 @@
 #include <msvcrt/stdlib.h>
 #include <msvcrt/internal/ieee.h>
 
+/*
+ * @implemented
+ */
 double
 frexp(double __x, int *exptr)
 {