Closed andrewbird closed 2 years ago
1/ Turbo C has no stdint.h. 2/ Turbo C is not C99, so have to declare variable outside loop. 3/ Have to limit the features to ones that don't require AMIS.
Reviewed it a bit, looks good as far as what it does.
1/ Turbo C has no stdint.h. 2/ Turbo C is not C99, so have to declare variable outside loop. 3/ Have to limit the features to ones that don't require AMIS.