From b364a39849fc4a6f6837f8558b7520efc24ae96c Mon Sep 17 00:00:00 2001 From: Carson Fleming Date: Sun, 25 Jan 2026 16:00:20 -0500 Subject: bring in some library functions and restructure --- types.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 types.h (limited to 'types.h') diff --git a/types.h b/types.h new file mode 100644 index 0000000..d1d3ca8 --- /dev/null +++ b/types.h @@ -0,0 +1,11 @@ +#ifndef __SAFEC_TYPES_H +#define __SAFEC_TYPES_H + +#include +#include +#include + +typedef uintptr_t size_t; +typedef intptr_t ssize_t; + +#endif -- cgit v1.2.3