Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!elroy.jpl.nasa.gov!ncar!gatech!mcnc!rock.concert.net!boyd From: boyd@cs.unca.edu (Mark Boyd) Newsgroups: comp.lang.c Subject: Re: C common practice. (was: low level optimization) Message-ID: <1991Apr27.014136.25697@rock.concert.net> Date: 27 Apr 91 01:41:36 GMT References: <22354@lanl.gov> <16815@chaph.usc.edu> <22636@lanl.gov> Sender: news@rock.concert.net Organization: University of North Carolina at Asheville Lines: 9 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! With C you can use files containing groups of functions to control the scope of variables. With FORTRAN you can't. At least not on any 'FORTRAN' that I've used 8^). So what does this have to do with C? Mark Boyd