update for HEAD-2003091401
[reactos.git] / lib / msvcrt / stdlib / atexit.c
index fd80fde..66a084d 100644 (file)
@@ -2,6 +2,9 @@
 #include <msvcrt/stdlib.h>
 #include <msvcrt/internal/atexit.h>
 
+/*
+ * @implemented
+ */
 int
 atexit(void (*a)(void))
 {