libpipecolors/pipecolors.h

20 lines
294 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-03 00:56:32 -07:00
int pcprintf( const char * format, ... );
2015-07-13 18:03:01 -07:00
int 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