Skip to content

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]]
Clone this wiki locally