OS_GetArgumentBuffer

Syntax

#include <nitro/os.h>
const char* OS_GetArgumentBuffer( void );
 

Arguments

None.

Return Values

Returns a pointer to the current argument buffer.

Description

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 using the buryarg or buryarg.TWL tool), you can change the region using OS_SetArgumentBuffer().

Always returns NULL when FINALROM builds.

See Also

OS_GetArgv
OS_GetArgc
OS_GetOpt
buryarg Tool
buryarg.TWL Tool
OS_SetArgumentBuffer
OS_ConvertToArguments

Revision History

2008/07/09 Added information on buryarg.TWL.
2005/09/09 Initial version.


CONFIDENTIAL