#include <system.h>
Data Fields | |
| int | argvMagic |
| argv magic number, set to 0x5f617267 ('_arg') if valid | |
| char * | commandLine |
| base address of command line, set of null terminated strings | |
| int | length |
| total length of command line | |
structure used to set up argc/argv on the DS
argv magic number, set to 0x5f617267 ('_arg') if valid
| char* __argv::commandLine |
base address of command line, set of null terminated strings
| int __argv::length |
total length of command line
1.5.4