Rename known lib files

This commit is contained in:
Ryan Dwyer
2021-01-29 23:29:37 +10:00
parent 5746d31300
commit 615d670a0f
148 changed files with 152 additions and 615 deletions
+8
View File
@@ -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