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

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

#endif /* INPUT_BIN_H */