Pascal --> C question

Rich Salz rsalz at bbn.com
Tue Mar 22 00:25:53 AEST 1988


In comp.lang.c (<2422 at bsu-cs.UUCP>), dhesi at bsu-cs.UUCP (Rahul Dhesi) shows
a VMS program where the line
	printf("He");  fflush(stdout);  printf("llo"); fflush(stdout); 
generated two lines of output:
	He
	llo

There is no need for alarm; Rahul is apparently using a machine with
an outdated C library.  Version 2.3 does the right thing.
	/r$
-- 
Please send comp.sources.unix-related mail to rsalz at uunet.uu.net.



More information about the Comp.lang.c mailing list