libpipecolors/pipecolors.h

20 lines
290 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
2015-07-02 20:20:18 -07:00
2015-07-01 07:44:53 -07:00
#ifdef __cplusplus
2015-07-02 20:20:18 -07:00
namespace pipecolors {
2015-07-01 07:44:53 -07:00
extern "C" {
#endif
2015-07-02 12:52:49 -07:00
void pcprintf(const char* fmt, ...);
void pcsprintf(char **strp, const char *fmt, va_list ap);
2015-07-01 07:44:53 -07:00
#ifdef __cplusplus
}
2015-07-02 12:52:49 -07:00
}
2015-07-02 20:20:18 -07:00
#endif