rizin/libr/asm/arch/tms320/c55x_plus/utils.h
2014-02-06 12:50:25 +04:00

10 lines
169 B
C

#ifndef UUTILS_H
#define UUTILS_H
#include <r_types.h>
#define C55PLUS_DEBUG 0
st8 *strcat_dup(st8 *s1, st8 *s2, st32 n_free);
st8 *get_hex_str(ut32 hex_num);
#endif