tool: implement a diagnostic message printer
This commit is contained in:
11
tool/diag/diag.h
Normal file
11
tool/diag/diag.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef _TOOL_DIAG_DIAG_H_
|
||||
#define _TOOL_DIAG_DIAG_H_
|
||||
|
||||
#include <blue/term/tty.h>
|
||||
#include <mie/status.h>
|
||||
|
||||
struct mie_diag;
|
||||
|
||||
extern enum mie_status mie_diag_write_pretty(struct mie_diag *diag, b_tty *stream);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user