-
Notifications
You must be signed in to change notification settings - Fork 1
DisposeLibrary
snayaksnayak edited this page May 14, 2013
·
2 revisions
NAME
DisposeLibrary - destroy a library
SYNOPSIS
DisposeLibrary(library);
void DisposeLibrary(struct Library*);
FUNCTION
This function is used for destructing a library created by MakeLibrary.
INPUTS
library - the reference address of the library.
SEE ALSO
[[MakeLibrary]]