summaryrefslogtreecommitdiff
path: root/fpcsrc/utils/sim_pasc/tokenarray.h
blob: fa7eb9b330d0dd3da7e3dfb6413f7965bcd99c75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*	This file is part of the software similarity tester SIM.
	Written by Dick Grune, Vrije Universiteit, Amsterdam.
	$Id: tokenarray.h,v 1.1 2001/09/28 09:03:42 dick Exp $
*/

#include	"token.h"

/* Interface for the token storage */
extern void InitTokenArray(void);
extern void StoreToken(void);
extern unsigned int TextLength(void);	/* also first free token position */
extern TOKEN *TokenArray;