mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-01 08:07:35 -04:00
Rename known lib files
This commit is contained in:
@@ -8,4 +8,12 @@ u32 osGetCount(void);
|
||||
|
||||
u32 osVirtualToPhysical(void *);
|
||||
|
||||
f32 cosf(f32 arg0);
|
||||
f32 sinf(f32 arg0);
|
||||
f32 sqrtf(f32 arg0);
|
||||
|
||||
void *memcpy(void *, const void *, size_t);
|
||||
u32 strlen(char *str);
|
||||
u32 strchr(void);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user