migrate
This commit is contained in:
10
fw/stm8s/common/inc/format.h
Normal file
10
fw/stm8s/common/inc/format.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef FORMAT_H
|
||||
#define FORMAT_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
void format_vsprintf(uint8_t *str, uint8_t *format, va_list args);
|
||||
void format_sprintf(uint8_t *str, uint8_t *format, ...);
|
||||
|
||||
#endif /* FORMAT_H */
|
||||
Reference in New Issue
Block a user