mirror of
https://github.com/n64decomp/sm64
synced 2026-06-17 23:00:57 -04:00
init
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#ifndef _STRING_H_
|
||||
#define _STRING_H_
|
||||
#include "PR/ultratypes.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