Files
sics/simev.h
cvs 2d5ce99ced fixed warning 'no newline at end of file' M.Z.
SKIPPED:
	psi/dilludriv.h
	psi/fowrite.h
	psi/nxsans.h
2003-08-27 12:06:31 +00:00

13 lines
359 B
C

/*-------------------------------------------------------------------------
S I M E V
A simulation driver for an environment device.
Mark Koennecke, Juli 1997
--------------------------------------------------------------------------*/
#ifndef SICSSIMEV
#define SICSSIMEV
pEVDriver CreateSIMEVDriver(int argc, char *argv[]);
#endif