These are some little tools I created during my 2019-21 recovery when I had
more serious vision/dexterity problems:

CCC     Compile C Code
        A little tool I created during my recovery to make it much easier
        to work on little things.

CHT     C Help Text
        Generate nicely spaced/small displayable Help text from "special
        comments" within a .C source file
CHTH    tool that creates CHT.H required to build ""

CL      CLip text
        easily select/include bits of commonly used text
          (I use for C code) .. from my EDT editor:
            <F10>$cl<F10>       = Perform OS command: CL
            {select section(s) I want to include and hit ENTER}
            <F10>RR:\CL<F10>    = Read(insert) R:\CL at current position

BLD     auto BuiLd a micro-C program for DOS and/or DVM
        knows about "/*Cht" help and does all the steps to make the
        final executable and remove temporary files.

ASMERR	review ASseMbly ERRors in compile output

for more information:
> CCC ?
> CHT ?
> CL ?
> BLD ?
> ASMERR ?
-- Or look for /*Cht comments in .C files

Dave Dunfield   -   https://dunfield.themindfactory.com
