Path: utzoo!attcan!uunet!ncrlnk!ncr-sd!crash!pnet01!wade From: wade@pnet01.cts.com (Wade Bickel) Newsgroups: comp.sys.amiga.tech Subject: Re: Can you nest subroutines in C? Message-ID: <4537@crash.cts.com> Date: 2 Jul 89 12:36:40 GMT Sender: news@crash.cts.com Organization: People-Net [pnet01], El Cajon CA Lines: 16 Look everyone, I realize that writing nested routines will produce code that is not as fast as non-nested routines. I usually use this technique in recursive initialization routines like the one shown. In these situations, which almost always occure, nested routines make for much shorter code, and reduce the data space by allocating it on the stack. Thanks, Wade. UUCP: {nosc ucsd hplabs!hp-sdd}!crash!pnet01!wade ARPA: crash!pnet01!wade@nosc.mil INET: wade@pnet01.cts.com