mirror of
https://github.com/zeldaret/mm.git
synced 2026-05-23 15:01:32 -04:00
fcc5cf828d
* libu64 * libu64 -O2 * Add libu64.md
8 lines
122 B
C
8 lines
122 B
C
#ifndef LIBU64_DEBUG_H
|
|
#define LIBU64_DEBUG_H
|
|
|
|
void _dbg_hungup(const char* file, int lineNum);
|
|
void Reset(void);
|
|
|
|
#endif
|