add int.h

Added int.h as a centeral place for calc integer types and integer macros.

Currently zmath.c includes int.h but does not yet use it.

Added missing ptr type checks to chk_c.c.
This commit is contained in:
Landon Curt Noll
2023-08-22 22:37:08 -07:00
parent 2d5339fc51
commit 0353aba275
5 changed files with 239 additions and 3 deletions

View File

@@ -72,6 +72,9 @@ The following are the changes from calc version 2.14.3.5 to date:
appear to meet calc requirements, or undefines CHK_C
when it does not.
Added int.h as a centeral place for calc integer types and
integer macros.
The following are the changes from calc version 2.14.3.4 to 2.14.3.5: