popnhax/libdisasm/x86_operand_list.h
2024-06-16 20:44:13 +02:00

9 lines
132 B
C

#ifndef X86_OPERAND_LIST_H
#define X86_OPERAND_LIST_H
#include "libdis.h"
x86_op_t * x86_operand_new( x86_insn_t *insn );
#endif