Hi There,
Basically i have two .c files and a .h file
One of the .c files contains a function:
if the declaration for this function is at the top of the c file it is in it builds perfectly, however second i move it into the header file i get errors. The reason i need the declaration in the header file is because it is called from the other .c file.Code:TransferMessage(int Port, struct Device *example) { example[Node].Address = ... blah blah blah }
Thanks



LinkBack URL
About LinkBacks



