Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84 exptools; site ihnet.UUCP Path: utzoo!watmath!clyde!cbosgd!ihnp4!ihnet!bryan From: bryan@ihnet.UUCP (b. k. delaney) Newsgroups: net.micro.atari16 Subject: Bug in MEGAMAX C ? Message-ID: <398@ihnet.UUCP> Date: Sat, 22-Mar-86 12:37:23 EST Article-I.D.: ihnet.398 Posted: Sat Mar 22 12:37:23 1986 Date-Received: Mon, 24-Mar-86 00:25:34 EST Distribution: net Organization: AT&T Bell Laboratories Lines: 20 I was over at a friends house who just got the MEGAMAX "C" compiler for his 520ST. There seems to be a bug with the printf function. For example: #include main() { int c; printf("Hello world\n"); printf("Enter a Char:"); c = getchar(); } Does not Work until you put a "\n" in the second printf statement. ihnet!bryan p.s. We tried calling the program a.tos, but that did not help either