#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 maintained within the system is set by default (can be embedded using the buryarg
tool), the user can change the buffer using OS_SetArgumentBuffer()
.
Always returns NULL when FINALROM builds.
OS_GetArgv, OS_GetArgc, OS_GetOpt, buryarg tool,
OS_SetArgumentBuffer, OS_ConvertToArguments
09/09/2005 Initial version.