I have forgotten
my Password

Or login with:

  • Facebookhttp://facebook.com/
  • Googlehttps://www.google.com/accounts/o8/id
  • Yahoohttps://me.yahoo.com
Index »


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
csig\′s Photo
14 Jan 11, 9:22AM
//The return types are char*, so the prototypes should be:
char *	strtok (char *str, const char *sep);
char *	strtok_r (char *str, const char *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.