OS_GetArgumentBuffer

C Specification

#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 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.

See Also

OS_GetArgv, OS_GetArgc, OS_GetOpt, buryarg tool,
OS_SetArgumentBuffer, OS_ConvertToArguments

Revision History

09/09/2005 Initial version.