Docs » Autodocs » dos.library » FreeArgs
FreeArgs - Free allocated memory after ReadArgs() (V36)
FreeArgs(rdargs) D1 void FreeArgs(struct RDArgs *)
Frees memory allocated to return arguments in from ReadArgs(). If ReadArgs allocated the RDArgs structure it will be freed. If NULL is passed in this function does nothing.
rdargs - structure returned from ReadArgs() or NULL.
ReadArgs(), ReadItem(), FindArg()
|