OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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