2024-10-10
This commit is contained in:
13
core/sim/sim_3_01/tokenarray.h
Normal file
13
core/sim/sim_3_01/tokenarray.h
Normal file
@@ -0,0 +1,13 @@
|
||||
/* This file is part of the software similarity tester SIM.
|
||||
Written by Dick Grune, Vrije Universiteit, Amsterdam.
|
||||
$Id: tokenarray.h,v 1.7 2016-04-30 18:53:33 dick Exp $
|
||||
*/
|
||||
|
||||
/* Interface for the token storage */
|
||||
extern void Init_Token_Array(void);
|
||||
extern void Store_Token(Token tk);
|
||||
extern void Free_Token_Array(void);
|
||||
extern size_t Token_Array_Length(void); /* also first free token position */
|
||||
|
||||
extern Token *Token_Array;
|
||||
|
||||
Reference in New Issue
Block a user