mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-04 10:48:20 -04:00
11 lines
164 B
C
11 lines
164 B
C
#ifndef _IN_LIB_LIB_4A5E0_H
|
|
#define _IN_LIB_LIB_4A5E0_H
|
|
#include <ultra64.h>
|
|
#include "types.h"
|
|
|
|
u32 memcpy(void);
|
|
u32 strlen(char *str);
|
|
u32 strchr(void);
|
|
|
|
#endif
|