View Single Post
  #4 (permalink)  
Old 04-03-2008, 05:47 PM
WingedPanther's Avatar   
WingedPanther WingedPanther is online now
Super Moderator
 
Join Date: Jul 2006
Age: 35
Posts: 3,370
Last Blog:
wxWidgets is NOT code ...
Rep Power: 37
WingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to behold
Default Re: Help! Problem with string manipulation and using tokens??

The first two errors mean you have to declare the variables in main() before you can use them.
The third error means your function declaration/definition should be:
int tokenize(char *token, int max_tokens, char *str);
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum
Programming is a branch of mathematics.
Reply With Quote