From: Erik Max Francis Newsgroups: comp.os.msdos.djgpp Subject: Re: Volatile Date: Wed, 06 Aug 1997 10:47:13 -0700 Organization: Alcyone Systems Lines: 18 Message-ID: <33E8B8A1.7A15746F@alcyone.com> References: <33E8495B DOT 3EBC AT starnets DOT ro> NNTP-Posting-Host: newton.alcyone.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Korenschi Francisc Eduard wrote: > I know it sounds crazy, but what does the 'voltaile' with a > variable/function ? A volatile variable is one that the compiler will make no assumptions about. This can be important, when the contents of a variable can change without the compiler knowing about it (say, due to a time interrupt). I don't believe volatile has any meaning with functions. -- Erik Max Francis, &tSftDotIotE / email / mailto:max AT alcyone DOT com Alcyone Systems / web / http://www.alcyone.com/max/ San Jose, California, United States / icbm / 37 20 07 N 121 53 38 W \ "Love is not love which alters / when it alteration finds." / William Shakespeare, _Sonnets_, 116