update for HEAD-2003091401
[reactos.git] / lib / msvcrt / float / nafter.c
index a8bd034..9b5ddd7 100644 (file)
@@ -1,6 +1,9 @@
 #include <msvcrt/float.h>
 
 
+/*
+ * @implemented
+ */
 double _nextafter( double x, double y )
 {
        if ( x == y)