0 Members and 1 Guest are viewing this topic.
int main(void){ if (IntuitionBase = OpenLibary("intuition.library", 33L)) {DisplayBeep(0L); } else {exit(20); }}