2024-10-10
This commit is contained in:
16
core/sim/sim_3_01/stream.h
Normal file
16
core/sim/sim_3_01/stream.h
Normal file
@@ -0,0 +1,16 @@
|
||||
/* This file is part of the software similarity tester SIM.
|
||||
Written by Dick Grune, Vrije Universiteit, Amsterdam.
|
||||
$Id: stream.h,v 2.7 2012-06-08 16:04:30 dick Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
Interface of the stream module.
|
||||
|
||||
Implements the direct interaction with the lexical
|
||||
module. It supplies the routines below.
|
||||
*/
|
||||
|
||||
extern int Open_Stream(const char *);
|
||||
extern int Next_Stream_Token_Obtained(void);
|
||||
extern void Close_Stream(void);
|
||||
extern void Print_Stream(const char *fname);
|
||||
Reference in New Issue
Block a user