CfgUSBLoader/cios/odip_plugin/include/debug.h
2015-01-17 10:11:08 +00:00

7 lines
82 B
C

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