|
Re: Calling functions from other documents
If you're using more than one function from a file, you could just include that file's header file. Use quotes if it's not a library that comes with the compiler.
#include "myfile.h"
__________________
What place are we at? ... TODAI!
|