??? 12/29/04 18:35 Read: times |
#84055 - Let me clarify myself a bit Responding to: ???'s previous message |
I know the example I gave is not an array. As of right now I have the following in my main.c.
Byte TEST[] = { (Byte)0x01, (Byte)0x02, (Byte)0x03 }; The array eventually will have 16 values in it. I want to place this array in my .h file and make it global so that my main.c has access to it. I used your example, but how would I go about declaring each entry in the array. Thanks. |
Topic | Author | Date |
How to #define an array | 01/01/70 00:00 | |
not an array | 01/01/70 00:00 | |
if you really mean an array | 01/01/70 00:00 | |
Let me clarify myself a bit | 01/01/70 00:00 | |
extern | 01/01/70 00:00 | |
thanks | 01/01/70 00:00 | |
the space is the place ... | 01/01/70 00:00 | |
Answer is wrong - in part | 01/01/70 00:00 | |
you're correct, of course!![]() | 01/01/70 00:00 | |
memory spaces | 01/01/70 00:00 | |
Almost but not quite. | 01/01/70 00:00 | |
being sure | 01/01/70 00:00 | |
oh.. | 01/01/70 00:00 | |
Back to basics | 01/01/70 00:00 |