#ifndef _UASM_H_ #define _UASM_H_ extern void * disasm_outAdr; char * disassemble (void *addr); #endif