Array of character as argument

Hello,I'm trying to pass an array of char, like an array of option, to a function which I want to print to screen instead of use it in loop such for or while statement.
Can anyone suggest me how I can get it? Thanks.
1
2
3
void myFunc(char* Stuff) {
   //do stuff with Stuff
}
Thanks firedraco.
Topic archived. No new replies allowed.