..ive divided my programs functions into multiple source files using a header file also, however im using global variables and data structures (struct command) and the functions show compiler errors indicating that the structures and global variables have not been defined. so does anybody know where i should declare them? as they dont appear to be working when declared in the main.





thanks,