From 957c64c7b8b5e98d8a03dd84c7e27e7991fb9dbc Mon Sep 17 00:00:00 2001 From: iamcheeseman Date: Mon, 6 Apr 2026 17:04:05 -0400 Subject: Initial commit --- uscript/us_debug.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 uscript/us_debug.h (limited to 'uscript/us_debug.h') diff --git a/uscript/us_debug.h b/uscript/us_debug.h new file mode 100644 index 0000000..fd7bd2b --- /dev/null +++ b/uscript/us_debug.h @@ -0,0 +1,10 @@ +#ifndef __USCRIPT_US_DEBUG_H__ +#define __USCRIPT_US_DEBUG_H__ + +#include "common.h" +#include "val.h" + +int print_instruction(struct us_proto *func, int idx); +void print_func(struct us_proto *func); + +#endif // __USCRIPT_US_DEBUG_H__ -- cgit v1.3-2-g0d8e