Hi, I have this array of pointers:

char *test[50];

I want to be able to pass it to a function without the function being able to change anything in the array. Any ideas?