fix compilation issue and add some model to extract

This commit is contained in:
coco875
2024-08-18 13:59:52 -04:00
parent f76b16125d
commit 81ab3af9cf
22 changed files with 774 additions and 79 deletions
+1
View File
@@ -43,6 +43,7 @@ typedef s32 intptr_t;
typedef s32 ptrdiff_t;
#else
#include <stddef.h>
#include <stdint.h>
typedef ptrdiff_t ssize_t;
#endif