mirror of
https://github.com/n64decomp/sm64
synced 2026-07-05 12:33:32 -04:00
Refresh 3
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#ifndef STRING_H
|
||||
#define STRING_H
|
||||
|
||||
#include "PR/ultratypes.h"
|
||||
|
||||
void *memcpy(void *dst, const void *src, size_t size);
|
||||
size_t strlen(const char *str);
|
||||
char *strchr(const char *str, s32 ch);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user