diff options
Diffstat (limited to 'uscript/us_debug.h')
| -rw-r--r-- | uscript/us_debug.h | 10 |
1 files changed, 10 insertions, 0 deletions
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__ |
