/* Capstone Disassembly Engine */ /* By Rot127 , 2025 */ #ifndef CS_SPARC_DISASSEMBLER_EXTENSION_H #define CS_SPARC_DISASSEMBLER_EXTENSION_H #include bool Sparc_getFeatureBits(unsigned int mode, unsigned int feature); #endif // CS_SPARC_DISASSEMBLER_EXTENSION_H