8 lines
149 B
C
8 lines
149 B
C
#ifndef _INCLUDE_ARMASS_H_
|
|
#define _INCLUDE_ARMASS_H_
|
|
|
|
#include <r_types_base.h>
|
|
|
|
int armass_assemble(const char *str, ut64 off, int thumb);
|
|
|
|
#endif
|