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