Skip to content

AddLibrary

snayaksnayak edited this page May 14, 2013 · 2 revisions

NAME

AddLibrary - add a library to the system

SYNOPSIS

AddLibrary(library);
void AddLibrary(struct Library *);

FUNCTION

This function adds a new library to the system, making it available
to other programs.  The library should be ready to be opened at
this time.  It will be added to the system library name list, and
the checksum on the library entries will be calculated.

INPUTS

library - pointer to a properly initialized library structure.

SEE ALSO

[[RemLibrary]], [[CloseLibrary]], [[OpenLibrary]], [[MakeLibrary]]
Clone this wiki locally