mirror of
https://github.com/mlaux/gb6.git
synced 2026-03-13 18:16:28 +00:00
10 lines
154 B
C
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 |