Files
gb6/system6/debug.h
2026-01-03 15:59:03 -06:00

10 lines
154 B
C

#ifndef _DEBUG_H
#define _DEBUG_H
#include "compiler.h"
void debug_log_string(const char *str);
void debug_log_block(struct code_block *block);
#endif