4.4BSD/usr/src/contrib/dipress/src/bin/ipmetrics/token.h

Compare this file to the similar file:
Show the results in this format:

/*
 * Copyright (c) 1983     Lee Moore
 */

struct TokenState {
	FILE *Input;
	int LastTokenInLine;
	int NotEndOfFile;
	int CurChar };

struct TokenState *InitTokenStream();