mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-06 19:41:15 -04:00
19 lines
474 B
C
19 lines
474 B
C
#ifndef _IN_LIB_LIB_13130_H
|
|
#define _IN_LIB_LIB_13130_H
|
|
#include <ultra64.h>
|
|
#include "types.h"
|
|
|
|
char *strcpy(char *dest, char *src);
|
|
char *strncpy(char *dest, char *src, u32 len);
|
|
u32 strcat(char *dst, char *src);
|
|
s32 strcmp(char *a, char *b);
|
|
u32 func000132c0(void);
|
|
u32 func00013320(void);
|
|
u32 func00013358(void);
|
|
u32 func00013378(void);
|
|
u32 func000133b4(void);
|
|
s32 func00013408(char *arg0, s32 *arg1, s32 arg2);
|
|
int sprintf(char *dest, const char *format, ...);
|
|
|
|
#endif
|