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