/* * output.h */ #ifndef OUTPUT_H #define OUTPUT_H #include "assemble.h" int output(const char *progname, struct aunit *aunit, const char *outfile); #endif /* OUTPUT_H */