18 lines
239 B
C
18 lines
239 B
C
|
#ifndef cmProcTest_h
|
||
|
#define cmProcTest_h
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
void cmProcTestNoInit( cmCtx_t* ctx );
|
||
|
void cmProcTestGnuPlot( cmCtx_t* ctx );
|
||
|
void cmProcTest( cmCtx_t* ctx );
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
|
||
|
|
||
|
#endif
|