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

  /external/hyphenation/
example.c 62 FILE* wtclst; local
114 wtclst = fopen(argv[wtc],"r");
115 if (!wtclst) {
122 while(fgets(buf,BUFSIZE,wtclst)) {
196 fclose(wtclst);

Completed in 64 milliseconds