shaiko
Advanced Member level 5

Hello,
I have an array of floats declared as follows:
I want to write a function that can receives a pointer to the above array:
What's the correct syntax?
I have an array of floats declared as follows:
Code:
float some_array[3];
I want to write a function that can receives a pointer to the above array:
What's the correct syntax?