Initial revision

This commit is contained in:
cvs
2000-02-07 10:38:55 +00:00
commit fdc6b051c9
846 changed files with 230218 additions and 0 deletions

22
histsim.h Normal file
View File

@@ -0,0 +1,22 @@
#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