As I'm sure many have before me, I hope I am not asking too simple a question or too common of a question.
I am trying to create a .h file such that my main program can call a function which is included in the .h file as though the function were included in the main file.
The .h file is included via #include.
If anyone could direct me where to look to learn how to do this, it would be much appreciated.