DEBSOURCES
Skip Quicknav
sources / radare2 / 0.9.6-3.1%2Bdeb8u1 / libr / lib / t / plugin.c
12345678
#include <r_lib.h> int mystuff = 31337; struct r_lib_struct_t radare_plugin = { .type = 1, .data = &mystuff };