Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site ucbvax.BERKELEY.EDU Path: utzoo!decvax!decwrl!ucbvax!waterloo.CSNET!egisin From: egisin@WATERLOO.CSNET (Eric Gisin) Newsgroups: mod.computers.vax Subject: Re: VMS output Message-ID: <8603141026.AA13786@ucbvax.berkeley.edu> Date: Wed, 12-Mar-86 18:08:51 EST Article-I.D.: ucbvax.8603141026.AA13786 Posted: Wed Mar 12 18:08:51 1986 Date-Received: Sat, 15-Mar-86 02:40:18 EST References: <510520825.rick@siemens>, <86 Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 16 Approved: info-vax@sri-kl.arpa Actually, I can't duplicate the problem with my test program: #include main() { int i; char buf [1000+1]; freopen("tt:", "w", stdout /*"rfm=udf"*/); for (i=0; i<1000; i++) buf[i] = 'x'; buf[i] = '\0'; fputs(buf, stdout); } No extra characters appear in the output. I've got VMS 4.2 and C 2.1.