mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-12 23:46:36 +00:00
c5e588e6e5
- Previous commits has been reported in the ChangeLog file - hg log has been lost (moved inside ChangeLog) - Old radare1 repository has removed all the libr
9 lines
115 B
C
9 lines
115 B
C
#include <r_lib.h>
|
|
|
|
int mystuff = 31337;
|
|
|
|
struct r_lib_struct_t radare_plugin = {
|
|
.type = 1,
|
|
.data = &mystuff
|
|
};
|