Decompile some SComponent data and some MSL_C.PPCEABI.bare.H headers (#115)

* data for c_angle

* data c_sxyz

* partially migrated c_xyz data

* c_xyz data

* c_xyz data decomp

* c_math data

* c_math data

* c_lib data, some cleanup

* rename some unnamed functions and create header for them

* header for string functions

* format and fix fabsf

* cleanup

* remove more unneded function prototypes

* move fpclassify to math.h
This commit is contained in:
lepelog
2021-02-19 10:51:02 -05:00
committed by GitHub
parent bbf1d1c34c
commit 5c83d2532c
110 changed files with 513 additions and 1173 deletions
+1 -1
View File
@@ -2,6 +2,7 @@
#include "JSystem/JKernel/JKRAram/JKRAram.h"
#include "JSystem/JKernel/JKRExpHeap/JKRExpHeap.h"
#include "global.h"
#include "msl_c/string.h"
extern "C" {
int abs(int);
@@ -33,7 +34,6 @@ void open__14JKRCompArchiveFl(void);
void orderSync__9JKRDecompFPUcPUcUlUl(void);
void prepend__10JSUPtrListFP10JSUPtrLink(void);
void remove__10JSUPtrListFP10JSUPtrLink(void);
void* memset(void* dest, int ch, u32 count);
}
extern JKRExpHeap* sSystemHeap__7JKRHeap;