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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
11/01/02 09:24
Read: times


 
#31817 - RE: KEIL: How to send a table to a function
"I was thinking that putting my definition in a header file would make it as a global variable."

No.
You must not put the definition in the header; you must put only a declaration in the header.

The definition must be located in a 'C' source file (and, if you include the header in that file, you will ensure that the Compiler can inform you if the declaration doesn't match the definition)

As I said in my previous post, I've covered this before, so try that 'Search' that I suggested.

List of 11 messages in thread
TopicAuthorDate
KEIL: How to send a table to a function            01/01/70 00:00      
RE: KEIL: How to send a table to a function            01/01/70 00:00      
RE: KEIL: How to send a table to a function            01/01/70 00:00      
RE: KEIL: How to send a table to a function            01/01/70 00:00      
RE: KEIL: How to send a table to a function            01/01/70 00:00      
RE: KEIL: How to send a table to a function            01/01/70 00:00      
RE: KEIL: How to send a table to a function            01/01/70 00:00      
RE: KEIL: How to send a table to a function            01/01/70 00:00      
RE: KEIL: How to send a table - James            01/01/70 00:00      
RE: KEIL: A-men Andy            01/01/70 00:00      
RE: KEIL: global variables            01/01/70 00:00      

Back to Subject List