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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
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!

List of 2 messages in thread
TopicAuthorDate
Need another .c file            01/01/70 00:00      
   RE: Need another .c file            01/01/70 00:00      

Back to Subject List