WernerSchwarz
Programmer
I want to make a function which can take a textstring as parameter, like this
char string[5]
myfunction(string);
my question, how must the definition of the function look like?
char string[5]
myfunction(string);
my question, how must the definition of the function look like?