libcm/cmProcTest.h

18 lines
239 B
C
Raw Normal View History

2012-10-30 03:52:39 +00:00
#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