5#ifndef HOSHI_LANG_RUNTIME_DEBUG_H
6#define HOSHI_LANG_RUNTIME_DEBUG_H
void runtime_debug_report_current_function(const char *function_name)
void runtime_debug_print_int(int64_t value)
void runtime_debug_report_leave_function(const char *function_name)
void runtime_debug_print(const char *message)
void runtime_debug_print_deci(double value)
void runtime_debug_print_address(void *address)
void runtime_debug_print_int_1(int64_t value)