Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!dali.cs.montana.edu!milton!ogicse!intelhf!ichips!inews!pima!bhoughto From: bhoughto@pima.intel.com (Blair P. Houghton) Newsgroups: comp.lang.c Subject: Re: C common practice. (was: low level optimization) Message-ID: <4067@inews.intel.com> Date: 28 Apr 91 01:10:01 GMT References: <16815@chaph.usc.edu> <22636@lanl.gov> <1991Apr27.014136.25697@rock.concert.net> Sender: news@inews.intel.com Organization: Intel Corp, Chandler, AZ Lines: 10 In article <1991Apr27.014136.25697@rock.concert.net> boyd@cs.unca.edu (Mark Boyd) writes: >FORTRAN scoping rules are different from C. It doesn't matter whether >you put all the suprograms in one file or put them all in separate >files, except that it will compile faster if you put them all together! Tetural issue: C can operate in the same way, by use of the `extern' keyword. --Blair "Up scope!"