I want to compile and link 2 .c files, and include 1 .h file.

I have BCC for windows, and GCC for linux. I can try this on either one. I believe I need to create a makefile, or is there an easier way?

Thanks