

#include <nitro/os.h>
const char* OS_GetArgumentBuffer( void );
None.
Returns a pointer to the current argument buffer.
Gets a pointer to the argument buffer that is currently set.
Although the argument buffer region held in the system is set by default (argument data can be embedded here with the buryarg or buryarg.TWL tool), you can change the region with the OS_SetArgumentBuffer function.
Always returns NULL when FINALROM builds.
OS_GetArgv
OS_GetArgc
OS_GetOpt
buryarg Tool
buryarg.TWL Tool
OS_SetArgumentBuffer
OS_ConvertToArguments
2008/07/09 Added information on buryarg.TWL.
2005/09/09 Initial version.
CONFIDENTIAL