-
Notifications
You must be signed in to change notification settings - Fork 1
FreeArgs
Srinivas Nayak edited this page Nov 26, 2014
·
2 revisions
NAME
FreeArgs - Free allocated memory after ReadArgs().
SYNOPSIS
FreeArgs(rdargs);
void FreeArgs(struct RDArgs *);
FUNCTION
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.
INPUTS
rdargs - structure returned from ReadArgs() or NULL.
SEE ALSO