TokenizerW
TokenizerW *tok;
TokenizerW *tok_winit(const wchar_t *);
void tok_wend(TokenizerW *);
void tok_wreset(TokenizerW *);
int tok_wline(TokenizerW *, const LineInfoW *,
int tok_wstr(TokenizerW *, const wchar_t *,
TokenizerW *tok;