MuckyFoot-UrbanChaos/MuckyBasic/comp.h

19 lines
185 B
C
Raw Permalink Normal View History

2017-05-20 03:14:17 +02:00
//
// The compiler.
//
#ifndef _COMP_
#define _COMP_
//
// Compiles the input file to produce the output file.
//
SLONG COMP_do(CBYTE *fname_input, CBYTE *fname_output);
#endif