- Jul 17, 2001
- 4,401
- 1
- 0
what do two ** mean?
one * means pointer
but what do the two ** mean in the following?
char *strsep(char ** stringp , const char * delim );
thanks
one * means pointer
but what do the two ** mean in the following?
char *strsep(char ** stringp , const char * delim );
thanks
