Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

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