RetroArch
Public Attributes | List of all members
__argv Struct Reference

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
 

Detailed Description

argv structure

structure used to set up argc/argv

Member Data Documentation

◆ argc

int __argv::argc

◆ argv

char** __argv::argv

◆ argvMagic

int __argv::argvMagic

argv magic number, set to 0x5f617267 ('_arg') if valid

◆ commandLine

char* __argv::commandLine

base address of command line, set of null terminated strings

◆ endARGV

char** __argv::endARGV

◆ length

int __argv::length

total length of command line


The documentation for this struct was generated from the following file: