Path: utzoo!mnetor!uunet!husc6!cmcl2!brl-adm!brl-smoke!gwyn From: gwyn@brl-smoke.ARPA (Doug Gwyn ) Newsgroups: comp.lang.c Subject: Re: Pascal --> C question Message-ID: <7490@brl-smoke.ARPA> Date: 20 Mar 88 03:37:19 GMT References: <302@goofy.megatest.UUCP> <225800014@uxe.cso.uiuc.edu> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 12 In article <225800014@uxe.cso.uiuc.edu> mcdonald@uxe.cso.uiuc.edu writes: >Perhaps you should understand VMS before making such comments. ... Assuming VMS C really does what the fellow said (which I doubt), it's a bug regardless of VMS's ideas about record-oriented files. fputs( "This is a ", stdout ); fflush( stdout ); fputs( "test of the VMS file system.\n", stdout ); fflush( stdout ); should produce precisely one text record, not two or three.