Restored the source code of the cross-reference tool from the HiTech C
From =?UTF-8?B?0JDQvdC00YDQtdC5INCd0LjQu@21:1/5 to All on Thu Aug 25 11:13:27 2022
It is with great pleasure that I announce that Mark Ogden has restored the source code of the cross-reference tool from the HiTech C compiler v3.09.
Now all HiTech C compiler v3.09 programs have C source code.
To compile an executable program cref3 with gcc, run the program
gcc -O2 -o cref3 cref.c getargs.c fname.c
for CP/M operating system
zc3 -o -CPM cref.c
for operating system UZI-180
zc3 -o cref.c
Сross-reference tool posted with permission from Mark Ogden.
In the repository with the source code of the cpp, p1 and optim programs, the necessary corrections have been made and some errors have been eliminated.