mirror of
https://github.com/Leonmmcoset/cleonos.git
synced 2026-04-24 19:34:01 +00:00
彻底拆分
This commit is contained in:
@@ -99,14 +99,12 @@ int ush_path_is_under_system(const char *path);
|
||||
void ush_read_line(ush_state *sh, char *out_line, u64 out_size);
|
||||
int ush_run_script_file(ush_state *sh, const char *path);
|
||||
void ush_execute_line(ush_state *sh, const char *line);
|
||||
void ush_set_external_dispatch(int enabled);
|
||||
|
||||
int ush_command_ctx_write(const char *cmd, const char *arg, const char *cwd);
|
||||
int ush_command_ctx_read(ush_cmd_ctx *out_ctx);
|
||||
void ush_command_ret_reset(void);
|
||||
int ush_command_ret_write(const ush_cmd_ret *ret);
|
||||
int ush_command_ret_read(ush_cmd_ret *out_ret);
|
||||
int ush_command_program_main(const char *command_name);
|
||||
int ush_try_exec_external(ush_state *sh, const char *cmd, const char *arg, int *out_success);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user