libpipecolors/pipecolors.h

20 lines
296 B
C++

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