mirror of
https://github.com/nitraiolo/CfgUSBLoader.git
synced 2024-12-04 09:04:14 +01:00
7 lines
82 B
C
7 lines
82 B
C
|
#ifndef __DEBUG_H__
|
||
|
#define __DEBUG_H__
|
||
|
|
||
|
void s_printf(char *format,...);
|
||
|
|
||
|
#endif
|