EMX runtime and command line arguments
Andreas Buening <[email protected]> Sun, 11 Jan 2004 17:32:45 +0100
| Newsgroups | gmane.comp.ide.emx.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello!
When an emx program is called, the command line arguments, i.e.,
the argv argument of main() is modified before main() is entered.
Double quotes ('"') are removed and backslashes interpreted under
certain circumstances (e.g., '\"' is replaced by '"').
What exactly does the runtime do, and under which circumstances,
and is it possible to access the original argv from within the
program?
Thanks!
Andreas