15 lines
169 B
C
15 lines
169 B
C
|
#ifndef __PIPECOLORS_H
|
||
|
#define __PIPECOLORS_H
|
||
|
#endif
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
void cprintf(const char* format, ...);
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
#endif
|