NAME
       LoadBlitzLibs -- load available Blitz libraries from disk

   SYNOPSIS
       success = LoadBlitzLibs();
       D0

       BOOL success = LoadBlitzLibs(VOID);

   FUNCTION
       This function will allocate memory for and read all available command
       libraries from disk. The token and library tables are created. If the
       libraries have already been loaded by a previous call, then this
       function effectively does nothing.

   INPUTS
       NONE

   RESULT
       success - an indication of success or failure

   NOTES
       This function will fail if the libraries have been locked.

   SEE ALSO
        FreeBlitzLibs()



converted with guide2html by Kochtopf