radare2/libr/util/sys.c

15 lines
256 B
C
Raw Normal View History

/* radare - LGPL - Copyright 2009 pancake<nopcode.org> */
#include <r_types.h>
/* TODO: import stuff fron bininfo/p/bininfo_addr2line */
char *r_sys_cmd_str(const char *cmd)
{
return NULL;
}
char *r_sys_cmd_strf(const char *cmd, ...)
{
return NULL;
}