Wrong. main() will get 3 arguments, which is more than the 0 required by its type. main() will thus have to accept more arguments than needed without throwing an error.
/ Henrik Grubbström (Lysator)
Previous text:
2003-01-04 18:24: Subject: Too many arguments
That is the "accept FEWER arguments without throwing an error"-policy.
/ Peter Bortas