Alex Bennée writes:
> This helps us construct strings elsewhere before echoing to the
> monitor. It avoids having to jump through hoops like:
>
> monitor_printf(mon, "%s", s->str);
>
> Signed-off-by: Alex Bennée
There's just one caller other than monitor_vprintf(). Even if you add a
few more
On 4/8/22 09:47, Alex Bennée wrote:
This helps us construct strings elsewhere before echoing to the
monitor. It avoids having to jump through hoops like:
monitor_printf(mon, "%s", s->str);
Signed-off-by: Alex Bennée
---
include/monitor/monitor.h | 1 +
monitor/monitor-internal.h | 1 -
This helps us construct strings elsewhere before echoing to the
monitor. It avoids having to jump through hoops like:
monitor_printf(mon, "%s", s->str);
Signed-off-by: Alex Bennée
---
include/monitor/monitor.h | 1 +
monitor/monitor-internal.h | 1 -
2 files changed, 1 insertion(+), 1 deleti