mirror of
https://github.com/mikpe/pdp10-tools.git
synced 2026-01-13 15:27:35 +00:00
12 lines
151 B
C
12 lines
151 B
C
/*
|
|
* output.h
|
|
*/
|
|
#ifndef OUTPUT_H
|
|
#define OUTPUT_H
|
|
|
|
#include "tunit.h"
|
|
|
|
int output(struct tunit *tunit, const char *outfile);
|
|
|
|
#endif /* OUTPUT_H */
|