Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 544 Bytes

File metadata and controls

28 lines (16 loc) · 544 Bytes

NAME

FreeArgs - Free allocated memory after ReadArgs (V36)

SYNOPSIS

    FreeArgs(rdargs)
               D1

    void FreeArgs(struct RDArgs *)

Links: RDArgs

FUNCTION

Frees memory allocated to return arguments in from ReadArgs. If ReadArgs allocated the RDArgs structure it will be freed.

INPUTS

rdargs - structure returned from ReadArgs

SEE ALSO

ReadArgs, ReadItem, FindArg