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

@@ -27,6 +27,7 @@
#include <stdio.h>
#include "int.h"
#include "alloc.h"
#include "zmath.h"