21 lines
688 B
C
21 lines
688 B
C
/*--------------------------------------------------------------------------
|
|
F O W R I T E
|
|
|
|
fowrite is an object for writing FOCUS data files.
|
|
|
|
copyright: see copyright.h
|
|
|
|
Mark Koennecke, November 1998
|
|
----------------------------------------------------------------------------*/
|
|
#ifndef FOWRITE
|
|
#define FOWRITE
|
|
|
|
int FoInstall(SConnection *pCon, SicsInterp *pSics,
|
|
void *pData, int argc, char *argv[]);
|
|
|
|
|
|
int FoAction(SConnection *pCon, SicsInterp *pSics,
|
|
void *pData, int argc, char *argv[]);
|
|
|
|
#endif
|
|
|