RetroArch
|
argv structure More...
#include <gctypes.h>
Public Attributes | |
int | argvMagic |
argv magic number, set to 0x5f617267 ('_arg') if valid More... | |
char * | commandLine |
base address of command line, set of null terminated strings More... | |
int | length |
total length of command line More... | |
int | argc |
char ** | argv |
char ** | endARGV |
argv structure
structure used to set up argc/argv
int __argv::argc |
char** __argv::argv |
int __argv::argvMagic |
argv magic number, set to 0x5f617267 ('_arg') if valid
char* __argv::commandLine |
base address of command line, set of null terminated strings
char** __argv::endARGV |
int __argv::length |
total length of command line