mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 03:43:36 +00:00
Addendum to commitsd05be0da3andbd451f240. This is required for POSIX compliance, which the ARC specification obeys. See Section 2.1.2.2.1 (ANSI X3.159-1989) or 5.1.2.2.1 (ISO/IEC 9899:x) "Program startup": ``` If they are declared, the parameters to the main function shall obey the following constraints: — The value of argc shall be nonnegative. — argv[argc] shall be a null pointer. [...] ``` See also https://pubs.opengroup.org/onlinepubs/9699919799/functions/exec.html