Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 408 Bytes

GetArgStr.md

File metadata and controls

25 lines (15 loc) · 408 Bytes

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 a0 on startup from CLI.

RESULT ptr - pointer to arguments

SEE ALSO

SetArgStr, RunCommand