From e930cc6bdc7f62befac063d7d9d016ffb0a64f1a Mon Sep 17 00:00:00 2001 From: David Moc Date: Sat, 30 May 2026 21:53:05 +0200 Subject: Added the old repo, refactored it, added the C jit. --- include/util.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 include/util.h (limited to 'include/util.h') diff --git a/include/util.h b/include/util.h new file mode 100644 index 0000000..9c206fb --- /dev/null +++ b/include/util.h @@ -0,0 +1,10 @@ +#ifndef ECEX_UTIL_H +#define ECEX_UTIL_H + +#include + +int ecex_file_exists(const char *path); +char *ecex_read_entire_file(const char *path, size_t *out_size); +char *ecex_strdup(const char *s); + +#endif -- cgit v1.2.3