9 lines
84 B
C
9 lines
84 B
C
|
|
#ifndef _CCR_LOG_H_
|
|
#define _CCR_LOG_H_
|
|
|
|
void ccr_log (const char*, ...);
|
|
|
|
#endif
|
|
|