Format attributes go in the header, and I are dumb.
This commit is contained in:
@@ -4,4 +4,5 @@
|
||||
|
||||
void log_init(void);
|
||||
void log_cleanup(void);
|
||||
void log_write(char, const uint8_t *, const char *, ...);
|
||||
void log_write(char, const uint8_t *, const char *, ...)
|
||||
__attribute__ ((__format__ (__printf__, 3, 4)));
|
||||
|
||||
Reference in New Issue
Block a user