VAX VMS C / UNIX C Compatibility -- Need Info

Norman Pritchett pritch at osu-eddie.UUCP
Wed Aug 21 11:36:19 AEST 1985


cdshaw writes:
> VMS is very record-ish, while stream i/o is the unix thing. Unfortunately,
> port didn't work because we didn't really spend the effort required to do
> the QIO's required to fake stream i/o on VMS. 


Huh?  On input Vax-11 C converts records with any attribute (implied
carriage control, print carriage control, FORTRAN carriage control, null,
and VFC) to stream format (read your "Programming in VAX-11 C" book
AA-L370A-TE) so everything always looks like stream files on input.  On
output, Vax-11 C creates stream files unless you go through the immense
amount of effort to specify otherwise.
-- 
-----------------------------------
Norm Pritchett
UUCP:   cbosgd!osu-eddie!pritch		P.O. Box 3393
CSNET:  pritch at ohio-state		Columbus OH 43210
BITNET: TS1703 at OHSTVMA
Bellnet: (614) 422-0885



More information about the Comp.lang.c mailing list