Pascal --> C question
Doug Gwyn
gwyn at brl-smoke.ARPA
Sun Mar 20 13:37:19 AEST 1988
In article <225800014 at uxe.cso.uiuc.edu> mcdonald at 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.
More information about the Comp.lang.c
mailing list