guys,
I need to declare a pointer to a string. Which of the following is
better and why?
char *pStr;
unsigned char *pStr;
thanks for any help ...
I need to declare a pointer to a string. Which of the following is
better and why?
char *pStr;
unsigned char *pStr;
thanks for any help ...
Comment