Home  /  Autodocs  /  dos.library

NAME

GetArgStr
Returns the arguments for the Process (V36)

SYNOPSIS

ptr = GetArgStr()
D0

STRPTR GetArgStr(void)

FUNCTION

Returns a pointer to the (null-terminated) arguments for the program (Process). This is the same string passed in register A0 on startup from CLI.

RESULT

ptr
pointer to arguments

SEE ALSO

SetArgStr(), RunCommand()