Path: utzoo!mnetor!uunet!husc6!bbn!bbn.com!rsalz From: rsalz@bbn.com (Rich Salz) Newsgroups: comp.lang.c Subject: Re: Pascal --> C question Message-ID: <537@fig.bbn.com> Date: 21 Mar 88 14:25:53 GMT References: <302@goofy.megatest.UUCP> <225800014@uxe.cso.uiuc.edu> <7490@brl-smoke.ARPA> <2422@bsu-cs.UUCP> Organization: BBN Laboratories, Cambridge MA Lines: 12 Summary: VMS (now) handles fflush properly. In comp.lang.c (<2422@bsu-cs.UUCP>), dhesi@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@uunet.uu.net.