CfgUSBLoader/cios/odip_plugin/include/debug.h

7 lines
82 B
C
Raw Normal View History

#ifndef __DEBUG_H__
#define __DEBUG_H__
void s_printf(char *format,...);
#endif