Polluks · 1517
struct Library *arosBase = OpenLibrary("aros.library", 0);if (arosBase){ // running on AROS CloseLibrary(arosBase); arosBase = NULL;}