md2teach/md2teach/main.h
Jeremy Rand 51f8ff5574 Remove the work on trying to support a BabelFish translator. Chris Vavruska has picked it up because I was struggling with dealing with the 64K code resource limit. His code is here: https://github.com/vavruska/markdownGS
My plan is to go forward with just a shell command which is focused only on markdown to Teach file conversion, intended to be used in my build engine under Golden Gate.
2021-06-22 23:56:19 -04:00

19 lines
256 B
C

//
// main.h
// md2teach
//
// Created by Jeremy Rand on 2021-04-24.
//
#ifndef main_h
#define main_h
#pragma memorymodel 1
extern char * commandName;
extern int debugEnabled;
extern int debugIndentLevel;
extern int generateRez;
#endif /* main_h */