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

13 lines
207 B
C

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