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