Super Mario 64 Source
A Super Mario 64 decompilation, brought to you by a bunch of clever folks.
Functions
string.h File Reference
#include "PR/ultratypes.h"

Go to the source code of this file.

Functions

voidmemcpy (void *, const void *, size_t)
 
size_t strlen (const u8 *str)
 
const u8strchr (const u8 *str, s32 ch)
 

Function Documentation

◆ memcpy()

void* memcpy ( void ,
const void ,
size_t   
)

◆ strchr()

const u8* strchr ( const u8 str,
s32  ch 
)

◆ strlen()

size_t strlen ( const u8 str)