triangle
triangle copied to clipboard
Non-standard code clutter
There is a lot very old coding conventions used that makes the triangle difficult to read.
The worst offenders are:
- the small C function declarations
- use of
VOID - use of
INT_PTRwhich can be the wrong size - improper use of
printffor printing pointers
These are solved by PR #12 and PR #9.