triangle icon indicating copy to clipboard operation
triangle copied to clipboard

Non-standard code clutter

Open GravisZro opened this issue 10 months ago • 0 comments

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_PTR which can be the wrong size
  • improper use of printf for printing pointers

These are solved by PR #12 and PR #9.

GravisZro avatar Jun 30 '25 03:06 GravisZro