17 lines
228 B
C
17 lines
228 B
C
|
#ifndef __PIPECOLORS_H
|
||
|
#define __PIPECOLORS_H
|
||
|
#ifndef PIPECOLORS_VERSION
|
||
|
#define PIPECOLORS_VERSION 0.1b
|
||
|
#endif
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
void cprintf(const char* format, ...);
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
#endif
|