??? 10/15/04 13:22 Read: times |
#79354 - Need another .c file |
Hi, I have a program which includes two .c files and several .h files.
I need to include (create) a third .c file, for instance driver.c, but I get a compiling error. This is how I did it driver.c ============================================= #ifndef driver #define driver #include "driver.h" .h file here .h file here code... code... #endif When I created the second .c file I did not have a problem, but I do for this 3rd one. Can you help? Thanks! |
Topic | Author | Date |
Need another .c file | 01/01/70 00:00 | |
RE: Need another .c file![]() | 01/01/70 00:00 |