Files
mikpe.pdp10-tools/as/output.h
2013-07-23 20:46:16 +00:00

12 lines
176 B
C

/*
* 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 */