how do I call my function?

My project has requirement for building implementation function there is one function called void function(float *a, a_count) I think a is a array and how to do I call this function in main(), for example: h[i] array is what i want use in the function do I just write void function(h[i],i); in the main()??? please help my last step in my project!!!
function( h, i );
Topic archived. No new replies allowed.