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