Hi,
I am trying to read through some programs that were written in C many years ago for our company. What I was wondering is in the following line, does this mean that it will accept an argument of CustomerNumber, and is it optional, and what does the * represent?
void ar13(char *CustomerNumber)
-Uncle Cake
I am trying to read through some programs that were written in C many years ago for our company. What I was wondering is in the following line, does this mean that it will accept an argument of CustomerNumber, and is it optional, and what does the * represent?
void ar13(char *CustomerNumber)
-Uncle Cake