Warning: imagegif(/var/www/localhost/htdocs/images/avatars/Random/4_50_0_thumb.gif): failed to open stream: Permission denied in /var/www/localhost/htdocs/php/functions/image_fn.php on line 144
//The return types are char*, so the prototypes should be:char*strtok(char*str, constchar*sep);char* strtok_r (char*str, constchar*sep, char**last);//The sample code needs these changes (escaping the backslash):char*sep ="\\/:;=-";strcpy(test, "This;is.a:test:of=the/string\\tokenizer-function.");
Currently you need to be logged in to leave a message.