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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/24/04 09:15
Read: times


 
#73094 - RE: calling unsigned char
Responding to: ???'s previous message
Hi,

No you cant do that... If you need to access any variable across various functions you need to make it a global variable... declare the unsigned char x just before main and you will be able to access it in do something function...

I suggest you to go through a general C book.

Rgds
Raj S

List of 5 messages in thread
TopicAuthorDate
calling unsigned char            01/01/70 00:00      
   RE: calling unsigned char            01/01/70 00:00      
      RE: calling unsigned char            01/01/70 00:00      
   read this thread            01/01/70 00:00      
   Mr Pedantic            01/01/70 00:00      

Back to Subject List