2007/05/26

strtok:Split string into tokens

用途:將string切割成tokens
char* strtok(char* str, const char* delimiters)




用法:


output:
Hello
World!


也很常看到這樣寫:

No comments:

Post a Comment