Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/16/09 06:51
Read: times


 
#163477 - What does 'static' mean?
Responding to: ???'s previous message
Do you understand what the 'static' keyword - which is a standard part of the 'C' language - does when applied in this manner?

This has to do with only making externally visible those things that actually need to be - so that they can't be "accidentally" accessed by source code that isn't supposed to...

List of 5 messages in thread
TopicAuthorDate
Can ISR functions be made 'static'?            01/01/70 00:00      
   What does 'static' mean?            01/01/70 00:00      
   Nothing magic with "static"            01/01/70 00:00      
      'static' local variables            01/01/70 00:00      
         Difference between normal auto and static auto.            01/01/70 00:00      

Back to Subject List