(C) 1998 AROS - The Amiga Research OS
NAME
void RemLibrary (library)
LOCATION
In SysBase at offset 67
SYNOPSIS
struct Library * library
FUNCTION
Calls the given library's expunge vector, thus trying to delete it. The library may refuse to do so and still be open after this call.
INPUTS
library
Pointer to the library structure.
RESULT
EXAMPLE
SEE ALSO
AddLibrary(), MakeLibrary(), MakeFunctions(), InitStruct(), SumLibrary().
NOTES
BUGS
INTERNALS
HISTORY