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