Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uwm.edu!zaphod.mps.ohio-state.edu!lavaca.uh.edu!uhnix1!nuchat!buster!brain!root From: root@brain.UUCP (Chuck Shotton) Newsgroups: comp.sys.mac.programmer Subject: Re: THINK C 4.0 Unix main.c Message-ID: <186@brain.UUCP> Date: 23 Jan 90 05:29:13 GMT References: <6529@ucdavis.ucdavis.edu> Organization: BIAP Systems Lines: 13 lim@iris.ucdavis.edu (Lloyd Lim) writes: >I'm sure this has been addressed before but I don't usually use the Unix stuff >so I didn't miss it. Where is the file Unix main.c in the THINK C 4.0 release? >It's not on any of my original floppies. The manual does mention it so I >guess it was an oversight. Is it ok to use the Unix main.c that came with >the 3.x versions? Yep, it's o.k. to use the 3.x version. Unix main.c has (sort of) been superceded by library routines that support the input of command line arguments (which was just about all Unix main did anyway), so I don't think it's included in 4.0. (At least, I could never find it, and it's not in the manuals.) I just used the 3.0 version.