In C (or a language based on C), one can happily use this statement:
#include \"hello.h\";
And voila, every function and variable in
It's part of the preprocessor. Have a look at http://en.wikipedia.org/wiki/C_preprocessor#Including_files. And yes, it's just copy and paste.