aboutsummaryrefslogtreecommitdiff
path: root/backendC/CleanCompilerSources/cmdline.h
blob: 4d84b9c9ad5bd71d1bb9506a95656373c99b6376 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/************************************************************************
 *																		*
 *		Concurrent Clean Simulator: cmdline.h	    					*
 *		============================================					*
 *																		*
 *																		*
 *		Author: Eric Nocker												*
 *		At: Department of Computer Science								*
 *			University of Nijmegen										*
 *		Date: Januari 1991												*
 *																		*
 ***********************************************************************/


extern Bool DoMainCommand (void);

extern Bool InCommandInterpreter;

/* END of cmdline.h */