#ifndef OUTPUT_H #define OUTPUT_H int output(FILE *fout, struct label *labels, size_t label_count, struct instruction *insts, size_t insts_count); #endif /* OUTPUT_H */