Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Functions | |
void | on_exit (uv_process_t *req, int64_t exit_status, int term_signal) |
int | main () |
Variables | |
uv_loop_t * | loop |
uv_process_t | child_req |
uv_process_options_t | options |
int main | ( | void | ) |
Definition at line 15 of file main.c.
References uv_process_options_s::args, args, child_req, uv_process_options_s::exit_cb, uv_process_options_s::file, loop, NULL, on_exit(), options, uv_process_s::pid, r, uv_default_loop(), uv_run(), UV_RUN_DEFAULT, uv_spawn(), and uv_strerror().
void on_exit | ( | uv_process_t * | req, |
int64_t | exit_status, | ||
int | term_signal | ||
) |
Definition at line 10 of file main.c.
References exit_status, NULL, PRId64, req, and uv_close().
uv_process_t child_req |
uv_process_options_t options |