libpipecolors/pipecolors.h

19 lines
231 B
C

#ifdef _PIPECOLORS_H
#undef _PIPECOLORS_H
#endif
#ifndef _PIPECOLORS_H
#define _PIPECOLORS_H
#endif
#ifdef __cplusplus
extern "C" {
#endif
void cprintf(const char* format, ...);
void csprintf(void);
#ifdef __cplusplus
}
#endif