blob: 60349952d9f44a8e7a6a32303077365d386cb761 [file] [log] [blame]
/* Capstone Disassembly Engine */
/* By Nguyen Anh Quynh, 2018 */
#ifndef CS_NEOINSTPRINTER_H
#define CS_NEOINSTPRINTER_H
#include "capstone/capstone.h"
#include "../../MCInst.h"
#include "../../SStream.h"
#include "../../cs_priv.h"
struct SStream;
void NEO_printInst(MCInst *MI, struct SStream *O, void *Info);
#endif