9 lines
139 B
C
9 lines
139 B
C
#include <r_lib.h>
|
|
|
|
int mystuff = 31337;
|
|
|
|
struct r_lib_struct_t radare_plugin = {
|
|
.type = 1,
|
|
.data = &mystuff,
|
|
.version = R2_VERSION
|
|
};
|