Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site digi-g.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxj!ihnp4!stolaf!umn-cs!digi-g!dan From: dan@digi-g.UUCP (Dan Messinger) Newsgroups: net.lang.c Subject: Re: Breaking out of several nested loops Message-ID: <270@digi-g.UUCP> Date: Thu, 4-Oct-84 10:34:03 EDT Article-I.D.: digi-g.270 Posted: Thu Oct 4 10:34:03 1984 Date-Received: Sun, 7-Oct-84 02:35:21 EDT References: <631@ihuxs.UUCP> Organization: DigiGraphic Systems Corp., Mpls. MN Lines: 5 If possible, you could make that section of code a seperate function, and use 'return' from any point in the nested loops to effectively break out. The number of parameters that would be needed to be passed to this routine could make this unacceptable, in which case you could use the dreaded 'goto'.