mirror of
https://github.com/zeldaret/oot
synced 2026-07-07 14:03:40 -04:00
First proper commit.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#ifndef _STRING_H_
|
||||
#define _STRING_H_
|
||||
#include <ultra64/types.h>
|
||||
void* memcpy(void*, const void*, size_t);
|
||||
size_t strlen(const u8 *str);
|
||||
const u8 *strchr(const u8 *str, s32 ch);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user