Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!mailrus!ames!lll-tis!helios.ee.lbl.gov!pasteur!ucbvax!VENUS.YCC.YALE.EDU!LEICHTER From: LEICHTER@VENUS.YCC.YALE.EDU ("Jerry Leichter ", LEICHTER-JERRY@CS.YALE.EDU) Newsgroups: comp.os.vms Subject: re: VMS C reading fortran files Message-ID: <8805282032.AA12816@ucbvax.Berkeley.EDU> Date: 27 May 88 14:12:00 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 12 I have a problem with the way VMS C reads and writes fortran carriage control files, and hope that someone can help me out. VMS C attempts to translate the carriage control information into C equivalents (a "1" in column 1 into a \f, etc.). I think it does a lousy job - but aside from that, I'd like it to skip the translation, so that I can worry about the details myself. Try fopen(file,mode,"ctx=nocvt"). (Described in Table 4-1 of the VAX C Run-Time Library Reference Manual.) -- Jerry