libpipecolors/pipecolors.h

15 lines
169 B
C
Raw Normal View History

2015-07-01 07:44:53 -07:00
#ifndef __PIPECOLORS_H
#define __PIPECOLORS_H
#endif
#ifdef __cplusplus
extern "C" {
#endif
void cprintf(const char* format, ...);
#ifdef __cplusplus
}
#endif
#endif