Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Macros | |
#define | FIB_UNTIL 25 |
Functions | |
long | fib_ (long t) |
void | fib (uv_work_t *req) |
void | after_fib (uv_work_t *req, int status) |
int | main () |
Variables | |
uv_loop_t * | loop |
Definition at line 27 of file main.c.
References req.
int main | ( | void | ) |
Definition at line 31 of file main.c.
References after_fib(), fib(), FIB_UNTIL, i, loop, req, uv_default_loop(), uv_queue_work(), uv_run(), and UV_RUN_DEFAULT.