update for HEAD-2003091401
[reactos.git] / lib / crtdll / misc / amsg.c
index 02d53fc..b024c6e 100644 (file)
 #include <msvcrt/stdio.h>
 #include <msvcrt/string.h>
 
+/*
+ * @implemented
+ */
 int _aexit_rtn_dll(int exitcode)
 {
        _exit(exitcode);
 }
 
+/*
+ * @implemented
+ */
 void _amsg_exit(int errnum)
 {
        fprintf(stderr,strerror(errnum));