mirror of
https://github.com/fail0verflow/mini.git
synced 2026-04-24 15:18:09 -05:00
Mark gecko_printf as printf-style for arg checking
This commit is contained in:
parent
ac5818b466
commit
f0edf39096
2
gecko.h
2
gecko.h
|
|
@ -12,7 +12,7 @@ int gecko_sendbuffer_safe(const void *buffer, u32 size);
|
|||
int gecko_putchar(int c);
|
||||
int gecko_getchar(void);
|
||||
int gecko_puts(const char *s);
|
||||
int gecko_printf( const char *fmt, ...);
|
||||
int gecko_printf( const char *fmt, ...) __attribute__((format (printf, 1, 2)));
|
||||
void gecko_init(void);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user