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!ittatc!dcdwest!sdcsvax!ucbvax!info-vax From: EC0N@TE.CC.CMU.EDU (Eric R. Crane) Newsgroups: mod.computers.vax Subject: Re: read() in VAX C 2.1 (VMS 4.2) Message-ID: <12186200024.24.EC0N@TE.CC.CMU.EDU> Date: Tue, 25-Feb-86 10:56:02 EST Article-I.D.: TE.12186200024.24.EC0N Posted: Tue Feb 25 10:56:02 1986 Date-Received: Fri, 28-Feb-86 02:40:48 EST References: <8602250254.AA02340@csvax.caltech.edu> Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 10 Approved: info-vax@sri-kl.arpa NOTE In general, the read function will not span record boundaries in a record file. A seperate read must be done for each record. That qoute comes from page 18-10 of Programming in VAX C, AA-L370B-TE. - Erc -------