Hey,
After using strtok to return a pointer, how can I get the pointer string from that to an array string?
char string19[20], *strTokPtr;
strcpy(string19 , strTokPtr);
I've tried the above but I am only getting the addresses.
Thanks
Ranma 1/2