mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-26 06:30:33 +00:00
10 lines
163 B
C
10 lines
163 B
C
#ifndef R2_NAKED_H
|
|
#define R2_NAKED_H
|
|
|
|
void *r_core_new();
|
|
char *r_core_cmd_str(void *p, const char *cmd);
|
|
void r_core_free(void* core);
|
|
void free(void*);
|
|
|
|
#endif
|