Files
sics/histsim.h
koennecke 91d4af0541 - Adapted indenation to new agreed upon system
- Added support for second generation scriptcontext based counter
2009-02-13 09:00:03 +00:00

23 lines
474 B
C

#line 15 "histsim.w"
/*--------------------------------------------------------------------------
H I S T S I M
A simulated histogram memory for software testing.
Mark Koennecke, April 1997
copyright: see implementation file.
---------------------------------------------------------------------------*/
#ifndef SICSHISTSIM
#define SICSHISTSIM
#line 5 "histsim.w"
pHistDriver CreateSIMHM(pStringDict pOpt);
#line 27 "histsim.w"
#endif