X-Git-Url: http://git.jankratochvil.net/?p=reactos.git;a=blobdiff_plain;f=lib%2Fcrtdll%2Fmisc%2Famsg.c;fp=lib%2Fcrtdll%2Fmisc%2Famsg.c;h=b024c6e5c73abf9fb0c6a9d62015691e4ee7e12f;hp=02d53fc7ec7e6c7fe31e97ad265eb2f45941f315;hb=a3df8bf1429570e0bd6c6428f6ed80073578cf4b;hpb=7c0db166f81fbe8c8b913d7f26048e337d383605 diff --git a/lib/crtdll/misc/amsg.c b/lib/crtdll/misc/amsg.c index 02d53fc..b024c6e 100644 --- a/lib/crtdll/misc/amsg.c +++ b/lib/crtdll/misc/amsg.c @@ -11,11 +11,17 @@ #include #include +/* + * @implemented + */ int _aexit_rtn_dll(int exitcode) { _exit(exitcode); } +/* + * @implemented + */ void _amsg_exit(int errnum) { fprintf(stderr,strerror(errnum));