Xref: utzoo comp.lang.c:33450 alt.religion.computers:1999 Path: utzoo!mnetor!geac!torsqnt!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!uakari.primate.wisc.edu!zaphod.mps.ohio-state.edu!lavaca.uh.edu!menudo.uh.edu!sugar!ficc!peter From: peter@ficc.ferranti.com (Peter da Silva) Newsgroups: comp.lang.c,alt.religion.computers Subject: Re: ANSI C prototypes Message-ID: <_1X6_32@xds13.ferranti.com> Date: 5 Nov 90 21:51:17 GMT References: <1005@christopher-robin.cs.bham.ac.uk> <1906@necisa.ho.necisa.oz> <1990Nov2.030556.27759@ccu.umanitoba.ca> <3933.27353319@cc.helsinki.fi> Reply-To: peter@ficc.ferranti.com (Peter da Silva) Organization: Xenix Support, FICC Lines: 17 In article <3933.27353319@cc.helsinki.fi> jaakola@cc.helsinki.fi writes: > static void auxiliary_func(a) /* private helper-function */ > int a; > { > ... > } If you do this: static void auxilary_func(int a) { ... } Everything will work fine. You only need declare it once. Just do it right the first time and you won't have to do it again (my father always used to tell me that). -- Peter da Silva. `-_-' +1 713 274 5180. 'U` peter@ferranti.com