mirror of
https://github.com/Leonmmcoset/cleonos.git
synced 2026-04-24 19:34:01 +00:00
fd子系统2
This commit is contained in:
@@ -88,6 +88,8 @@ void ush_writeln(const char *text);
|
||||
void ush_output_capture_begin(char *buffer, u64 buffer_size, int mirror_to_tty);
|
||||
u64 ush_output_capture_end(void);
|
||||
int ush_output_capture_truncated(void);
|
||||
void ush_output_fd_begin(u64 fd, int mirror_to_tty);
|
||||
void ush_output_fd_end(void);
|
||||
void ush_prompt(const ush_state *sh);
|
||||
void ush_write_hex_u64(u64 value);
|
||||
void ush_print_kv_hex(const char *label, u64 value);
|
||||
|
||||
Reference in New Issue
Block a user