mirror of
https://github.com/zeldaret/oot
synced 2026-07-07 14:03:40 -04:00
libc cleanup (#1568)
* libc cleanup * Suggested changes, small alloca tweak * Remove printf include
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#ifndef STRING_H
|
||||
#define STRING_H
|
||||
|
||||
#include "stddef.h"
|
||||
|
||||
char* strchr(const char*, int);
|
||||
size_t strlen(const char*);
|
||||
|
||||
void* memcpy(void*, const void*, size_t);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user