mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
some MSL_C work (#192)
* wip * bunch of MSL_C files thanks to pikmin2 decomp for their work * format / asm * progress * fix * fix remove-asm to work with C files * init / start
This commit is contained in:
+11
-11
@@ -11,22 +11,22 @@
|
||||
// Forward References:
|
||||
//
|
||||
|
||||
extern "C" void __num2dec();
|
||||
extern "C" void __num2dec_internal();
|
||||
extern "C" void __two_exp();
|
||||
extern "C" void __timesdec();
|
||||
extern "C" extern char const* const MSL_Common_Embedded_Src_ansi_fp__stringBase0;
|
||||
void __num2dec();
|
||||
void __num2dec_internal();
|
||||
void __two_exp();
|
||||
void __timesdec();
|
||||
extern char const* const MSL_Common_Embedded_Src_ansi_fp__stringBase0;
|
||||
|
||||
//
|
||||
// External References:
|
||||
//
|
||||
|
||||
extern "C" void __div2u();
|
||||
extern "C" void __mod2u();
|
||||
extern "C" void __cvt_dbl_usll();
|
||||
extern "C" void frexp();
|
||||
extern "C" void ldexp();
|
||||
extern "C" void modf();
|
||||
void __div2u();
|
||||
void __mod2u();
|
||||
void __cvt_dbl_usll();
|
||||
void frexp();
|
||||
void ldexp();
|
||||
void modf();
|
||||
|
||||
//
|
||||
// Declarations:
|
||||
Reference in New Issue
Block a user