acadia/lib/mammoth/include/mammoth/debug.h

10 lines
143 B
C

#pragma once
#include <stdint.h>
void dbgln(const char*);
// Checks that the code is ok.
// if not exits the process.
void check(uint64_t);