libpipecolors/pipecolors.h

19 lines
231 B
C
Raw Normal View History

2015-07-01 15:17:12 -07:00
#ifdef _PIPECOLORS_H
#undef _PIPECOLORS_H
#endif
#ifndef _PIPECOLORS_H
#define _PIPECOLORS_H
2015-07-01 07:44:53 -07:00
#endif
#ifdef __cplusplus
extern "C" {
#endif
void cprintf(const char* format, ...);
2015-07-01 15:17:12 -07:00
void csprintf(void);
2015-07-01 07:44:53 -07:00
#ifdef __cplusplus
}
#endif
2015-07-01 09:17:08 -07:00