#ifndef INPUT_BIN_H #define INPUT_BIN_H int disasm(FILE *f, struct instruction **i, size_t *i_count); #endif /* INPUT_BIN_H */