??? 12/16/10 09:51 Read: times |
#180167 - declaration and definition interchanged Responding to: ???'s previous message |
The entire structure declarations in our project are contained in the file common.h (which is included in the common area source module common.c). These structures are defined (using 'extern') in the file extern.h, so that they will be shared among all the modules. This file is included in the 2 banks source modules (Ext0.c and Ext1.c).
consider declarations as definitions, and defined as declared. Sorry..wrongly written. |
Topic | Author | Date |
Structure definition in code banking modules 8052 | 01/01/70 00:00 | |
Don't have two typedef for same type | 01/01/70 00:00 | |
FAQ - declarations & definitions | 01/01/70 00:00 | |
declaration and definition interchanged | 01/01/70 00:00 | |
Follow conventions | 01/01/70 00:00 | |
Coincidental Cohesion | 01/01/70 00:00 |