Call openlibrary() to open an amiga function library. openlibrary() returns the address of the library structure (or library base) which you must assign to a specific global system variable as specified in the table above (case is important). If the library cannot open for some reason, the openlibrary() function returns zero. Here's a brief example showing how it's used in C. easy.c