work on libc64

This commit is contained in:
Prakxo
2023-03-06 08:28:43 +00:00
parent ed41ef92d4
commit 4c8ff8c2a2
17 changed files with 164 additions and 12 deletions
+8
View File
@@ -0,0 +1,8 @@
#ifndef LDEBUG_H
#define LDEBUG_H
#include "types.h"
void _dbg_hungup(const char*, s32);
#endif