codecrypt/lib/log.h

9 lines
84 B
C

#ifndef _CCR_LOG_H_
#define _CCR_LOG_H_
void ccr_log (const char*, ...);
#endif