HomeSort by relevance Sort by last modified time
    Searched full:copy_of (Results 1 - 1 of 1) sorted by null

  /external/srec/srec/Grammar/src/
SR_GrammarImpl.c 685 char copy_of[512], *word; local
693 strcpy(copy_of, transcription);
695 for (word = strtok(copy_of, " "); word; nw++, word = strtok(NULL, " "))

Completed in 45 milliseconds