mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-04 23:14:37 +00: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:
parent
5441559b30
commit
cbf9eacf42
12 changed files with 66 additions and 50 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue