mirror of
https://github.com/zeldaret/oot
synced 2026-05-23 06:54:24 -04:00
[headers 12] Add kaleido_manager.h, move various protos to headers (#2174)
* [headers 12] add kaleido_manager.h, move various protos to headers * BSS * bss
This commit is contained in:
@@ -7,5 +7,7 @@ char* strchr(const char*, int);
|
||||
size_t strlen(const char*);
|
||||
|
||||
void* memcpy(void*, const void*, size_t);
|
||||
void* memmove(void* dest, const void* src, size_t len);
|
||||
void* memset(void* dest, int val, size_t len);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user