printf tiny (mruby/c) version data container.
More...
#include <console.h>
|
| char * | buf |
| | output buffer.
|
| const char * | buf_end |
| | output buffer end point.
|
| char * | p |
| | output buffer write point.
|
| const char * | fstr |
| | format string. (e.g. "%d %03x")
|
| struct RPrintfFormat | fmt |
printf tiny (mruby/c) version data container.
Definition at line 62 of file console.h.
◆ buf
output buffer.
Definition at line 63 of file console.h.
◆ buf_end
| const char* RPrintf::buf_end |
output buffer end point.
Definition at line 64 of file console.h.
◆ fmt
◆ fstr
| const char* RPrintf::fstr |
format string. (e.g. "%d %03x")
Definition at line 66 of file console.h.
output buffer write point.
Definition at line 65 of file console.h.
The documentation for this struct was generated from the following file: