orca/sdk/orca_log.h

16 lines
332 B
C

/************************************************************//**
*
* @file: orca_log.h
* @author: Martin Fouilleul
* @date: 17/04/2023
*
*****************************************************************/
#ifndef __ORCA_LOG_H_
#define __ORCA_LOG_H_
#include"typedefs.h"
void log_print(const char* s, ...);
#endif //__ORCA_LOG_H_