update for HEAD-2003091401
[reactos.git] / lib / msvcrt / stdlib / abort.c
index b76a227..e0ae195 100644 (file)
@@ -5,6 +5,9 @@
 
 char *msg ="Abort\n\r";
 
+/*
+ * @implemented
+ */
 void abort()
 {
        fflush(NULL);