Files
sicspsi/tricssupport.h
cvs 2a93216346 - New batch file management module
- New oscillator module
- Bug fixes
2004-11-17 10:50:17 +00:00

23 lines
628 B
C

/*------------------------------------------------------------------------
This is a little helper module for SICS which implements some
status display support functions.
COPYRIGHT: see file COPYRIGHT
Extracted from nextrics
Mark Koennecke, August 2004
--------------------------------------------------------------------------*/
#ifndef TRICSSUPPORT
#define TRICSSUPPORT
#include <sics.h>
int MakeTricsSupport(SConnection *pCon, SicsInterp *pSics, void *pData,
int argc, char *argv[]);
int TricsSupportAction(SConnection *pCon, SicsInterp *pSics, void *pData,
int argc, char *argv[]);
#endif