i made a function that i would like to put in its own .h file so i can 'black box' the function. after the calculation is done i have to use the resulting array in the code that calls the function. can i just declare it in the header file for the source file where i want to make the call to my new function?