[Contents] [Index] [Help] [Retrace] [Browse <] [Browse >]


   NAME
        OldOpenLibrary -- obsolete openlibrary

   SYNOPSIS
        library = OldOpenLibrary(libName)
        D0                       A1

        struct library *oldopenlibrary(aptr);

   FUNCTION
        The 1.0 release of the Amiga system had an incorrect version of
        openlibrary that did not check the version number during the
        library open.  This obsolete function is provided so that object
        code compiled using a 1.0 system will still run.

        This exactly the same as "OpenLibrary(libName,0L);"

   INPUTS
        libName - the name of the library to open

   RESULTS
        library - a library pointer for a successful open, else zero

   SEE ALSO
        closelibrary()