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