2014-04-08 18:56:28 +00:00

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