summaryrefslogtreecommitdiff
path: root/input_bin.h
blob: 76838354765fd209f2ac2910c2d666c5bb4f7ecc (plain)
1
2
3
4
5
6
#ifndef INPUT_BIN_H
#define INPUT_BIN_H

int disasm(FILE *f, struct instruction **i, size_t *i_count);

#endif /* INPUT_BIN_H */