Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!think.com!snorkelwacker.mit.edu!stanford.edu!agate!ucbvax!dog.ee.lbl.gov!nosc!cod!healy From: healy@cod.NOSC.MIL (Mike Healy) Newsgroups: comp.sys.atari.st Subject: Re: static globals? Keywords: static, global, c Message-ID: <3031@cod.NOSC.MIL> Date: 1 May 91 19:04:56 GMT References: <1991Apr30.183034.15773@lsuc.on.ca> Distribution: na Organization: Naval Ocean Systems Center, San Diego Lines: 7 Declaring a global static makes it inaccessible to other modules while global to the functions in the module it is declared in. Mike Healy