Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!cs.utexas.edu!usc!srhqla!orchard.la.locus.com!prodnet.la.locus.com!jta From: jta@locus.com (JT Anderson) Newsgroups: comp.sys.ibm.pc.programmer Subject: Re: Microsoft C, 5.1 bug??? Summary: What ;C_FILE_INFO does Message-ID: <10043@oolong.la.locus.com> Date: 4 Jun 90 23:58:53 GMT References: <90152.034339TOMIII@MTUS5.BITNET> <46517@iuvax.cs.indiana.edu> Organization: Locus Computing Corp., Los Angeles Lines: 6 The ;C_FILE_INFO "variable" that Microsoft C sticks into the environment when you use spawn() or related library calls is used to keep track of which file streams are open in text mode and which ones are in binary mode. Child C programs look at this string so that inherited files are processed properly.