Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uflorida!haven!adm!smoke!gwyn From: gwyn@smoke.BRL.MIL (Doug Gwyn) Newsgroups: comp.lang.c Subject: Re: want to know Message-ID: <10865@smoke.BRL.MIL> Date: 28 Aug 89 21:36:20 GMT References: <8487@bsu-cs.bsu.edu> <2980@solo9.cs.vu.nl> <182@sunquest.UUCP> <14269@haddock.ima.isc.com> <1496@l.cc.purdue.edu> <1701@crdgw1.crd.ge.com> <2538@trantor.harris-atd.com> <10760@smoke.BRL.MIL> <2563@trantor.harris-atd.com> <10781@smoke.BRL.MIL> <1989Aug28. Reply-To: gwyn@brl.arpa (Doug Gwyn) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 9 In article <1989Aug28.202551.9514@algor2.algorists.com> jeffrey@algor2.UUCP (Jeffrey Kegler) writes: >Now bigapp.c, ut1.c, ut2.c, etc., each must have a main(). This is >annoying for use with debuggers, cross-referencers, etc. If your debuggers etc. are that sick, then how in the world do you cope with using the same file-static variable and function names in different files? Really, I still don't see a problem with C and main(). There may be a problem with your other software development tools, though, if they can't handle such a simple thing.