struct Library


#include <exec/libraries.h>


/* Standard Functions */
#define LIB_OPEN        (-6)
#define LIB_CLOSE       (-12)
#define LIB_VECTSIZE    6

struct Library
{
    struct Node lib_Node;
    UWORD  lib_Version;
    UWORD  lib_OpenCnt;
};