Welcome![Sign In][Sign Up]
Location:
Downloads SourceCode Embeded-SCM Develop
Title: strtok Download
 Description: strtok- break down a string into tokens (ANSI) A sequence of calls to this routine breaks the string <string> into a sequence of tokens, each of which is delimited by a character from the string <separator>. The first call in the sequence has <string> as its first argument, and is followed by calls with a null pointer as their first argument. The separator string may be different from call to call. The first call in the sequence searches <string> for the first character that is not contained in the current separator string. If the character is not found, there are no tokens in <string> and strtok() returns a null pointer. If the character is found, it is the start of the first token. strtok() then searches from there for a character that is contained in the current separator string. If the character is not found, the current token expands to the end of the string pointed to by <string>, and subsequent searches for a token wil
 Downloaders recently: [More information of uploader roc]
 To Search:
File list (Check if you may need any files):
 

string.h
strpbrk.c
strspn.c
strtok.c
strtok_r.c
    

CodeBus www.codebus.net