Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Classes | |
struct | rz_list_iter_t |
struct | rz_list_t |
struct | rz_list_range_t |
Typedefs | |
typedef void(* | RzListFree) (void *ptr) |
typedef struct rz_list_iter_t | RzListIter |
typedef struct rz_list_t | RzList |
typedef struct rz_list_range_t | RzListRange |
typedef int(* | RzListComparator) (const void *value, const void *list_data) |
typedef struct rz_list_iter_t RzListIter |
typedef struct rz_list_range_t RzListRange |