Initial revision
This commit is contained in:
41
danu.h
Normal file
41
danu.h
Normal file
@ -0,0 +1,41 @@
|
||||
|
||||
#line 53 "danu.w"
|
||||
|
||||
/*-----------------------------------------------------------------------
|
||||
D A T A N U M B E R
|
||||
|
||||
A module to provide a unique data number for data file writing.
|
||||
|
||||
Mark Koennecke, Juli 1997
|
||||
|
||||
copyright: see implementation file.
|
||||
|
||||
---------------------------------------------------------------------------*/
|
||||
#ifndef SICSDATANUMBER
|
||||
#define SICSDATANUMBER
|
||||
|
||||
|
||||
#line 15 "danu.w"
|
||||
|
||||
typedef struct __DataNumber *pDataNumber;
|
||||
|
||||
pDataNumber CreateDataNumber(char *pFilename);
|
||||
void DeleteDataNumber(void *pData);
|
||||
|
||||
int IncrementDataNumber(pDataNumber self, int *iYear);
|
||||
|
||||
int DecrementDataNumber(pDataNumber self);
|
||||
|
||||
int DNWrapper(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
|
||||
int DEWrapper(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
|
||||
int DNFactory(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
|
||||
#line 67 "danu.w"
|
||||
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user