#ifdef _PIPECOLORS_H #undef _PIPECOLORS_H #endif #ifndef _PIPECOLORS_H #define _PIPECOLORS_H #endif #ifdef __cplusplus namespace pipecolors { extern "C" { #endif void pcprintf(const char* fmt, ...); void pcsprintf(char **strp, const char *fmt, va_list ap); #ifdef __cplusplus } } #endif