-
Let argv be a null-terminated array. There is already code that assumes this, and it makes it easier to construct the arguments.
-
This makes it much more convention to use the initializeFromArgv functions since you can use string literals.
Let argv be a null-terminated array. There is already code that assumes this, and it makes it easier to construct the arguments.
This makes it much more convention to use the initializeFromArgv functions since you can use string literals.