Path: utzoo!attcan!uunet!tut.cis.ohio-state.edu!purdue!iuvax!bobmon From: bobmon@iuvax.cs.indiana.edu (RAMontante) Newsgroups: comp.sys.ibm.pc.programmer Subject: Re: MSC and UN*X functions utime() and tempnam() for Turbo C 2.0 Message-ID: <47076@iuvax.cs.indiana.edu> Date: 8 Jun 90 16:03:38 GMT References: <15054@reed.UUCP> <9260@hubcap.clemson.edu> Reply-To: bobmon@iuvax.cs.indiana.edu (RAMontante) Organization: malkaryotic Lines: 4 (In addition to setftime()/getftime() and mktemp(),) take a look at tmpnam() and tmpfile(). Note, no `e' in the name. TC claims these are unix-available, and our ULTRIX manpage references `tmpnam()' and `tempnam()' together. They apparently differ in selection of directory.