mathmari
Gold Member
MHB
- 4,984
- 7
Hey! 
I have the main function of a program in a .c file.
The main function uses data structures which are defined in an other .c file.
And the main function uses also a .txt file to get some inputs.
Is it possible to run the program if the main function is an other file as the definition of the structures?? (Wondering)

I have the main function of a program in a .c file.
The main function uses data structures which are defined in an other .c file.
And the main function uses also a .txt file to get some inputs.
Is it possible to run the program if the main function is an other file as the definition of the structures?? (Wondering)