@database library_example

@node main "Introduction to Library"

The library is an essential object in the Amiga system. Basically it's a
collection of functions. Refer to standard Amiga documentation (ROM Kernel
Reference Manuals or the Guru Book) for a more detailed explanation.

The library object of the oomodules/ hierarchy doesn't enhance the usage
of libraries very much - at least not at this basic level. There are
derived objects that use this object as a 'foundation'.




The library object template @{" anylibrary " alink EMODULES:oomodules/library/anylibrary.e/main} may serve as an example for
own libraries.

There is an @{" autodoc " link EMODULES:oomodules/oodoc/guides/library/main} file available or this object.

@endnode

@node initilisation "Allocation and initilisation of ..."

Select takes some arguments.

@endnode

@node where "Where to use this object"

Anywhere you want to use a library.

@endnode

@node see_also "See also"

Library derived objects.

@endnode
