mirror of
https://github.com/tailix/libkernaux.git
synced 2025-04-07 17:32:45 -04:00
Main: include/kernaux/console.h.in: fix
This commit is contained in:
parent
2bacb10de9
commit
3035eb1585
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ void kernaux_console_putc(char c);
|
|||
|
||||
void kernaux_console_print(const char *s);
|
||||
@comment_line_printf@void kernaux_console_printf(const char *format, ...)
|
||||
__attribute__((format(printf, 1, 2)));
|
||||
@comment_line_printf@__attribute__((format(printf, 1, 2)));
|
||||
void kernaux_console_puts(const char *s);
|
||||
void kernaux_console_write(const char *data, size_t size);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue