(C) 1998 AROS - The Amiga Research OS
NAME
#include <proto/dos.h>
STRPTR SetArgStr (string)
LOCATION
In DOSBase at offset 90
SYNOPSIS
STRPTR string
FUNCTION
Sets the arguments to the current process. The arguments must be reset to the original value before process exit.
INPUTS
string
The new argument string. (A C string).
RESULT
The address of the previous argument string. May be NULL.
EXAMPLE
SEE ALSO
GetArgStr(), RunCommand()
NOTES
BUGS
INTERNALS
HISTORY
20.10.1998 hkiel
Amiga Research OS
05.10.1997 iaint
Implemented these
27.01.1997 ldp
Polish
09.12.1996 aros
Added empty templates for all missing functions
Moved #include's into first column