Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!agate!eris.berkeley.edu!mwm From: mwm@eris.berkeley.edu (Mike (I'll think of something yet) Meyer) Newsgroups: comp.sys.amiga.tech Subject: Re: Can you nest subroutines in C? Message-ID: <25899@agate.BERKELEY.EDU> Date: 29 Jun 89 19:49:01 GMT References: <4495@crash.cts.com> <25874@agate.BERKELEY.EDU> <7173@cbmvax.UUCP> Sender: usenet@agate.BERKELEY.EDU Reply-To: mwm@eris.berkeley.edu (Mike (I'll think of something yet) Meyer) Organization: Missionaria Phonibalonica Lines: 39 In article <7173@cbmvax.UUCP> kevin@cbmvax.UUCP (Kevin Klop) writes: mwm@eris.berkeley.edu (Mike (I'll think of something yet) Meyer) writes: <>Not quite. C (like many other languages) reqiures forward <>declarations. Functions and variables are only visible to code that <>occurs after their decleration in the file. <