SSBM Decomp
Toggle main menu visibility
Loading...
Searching...
No Matches
dolphinString.h
Go to the documentation of this file.
1
#ifndef _CHARPIPELINE_STRUCTURES_DOLPHINSTRING_H_
2
#define _CHARPIPELINE_STRUCTURES_DOLPHINSTRING_H_
3
4
#include <
dolphin/types.h
>
5
6
#ifdef __cplusplus
7
extern
"C"
{
8
#endif
9
10
u8
Strcat
(
char
*str1,
char
*str2,
char
*dst);
11
void
Strcpy
(
char
*dst,
char
*src);
12
s8
Strcmp
(
char
*str1,
char
*str2);
13
u32
Strlen
(
char
*str);
14
15
#ifdef __cplusplus
16
}
17
#endif
18
19
#endif
Strcat
u8 Strcat(char *str1, char *str2, char *dst)
Strcpy
void Strcpy(char *dst, char *src)
Strlen
u32 Strlen(char *str)
Strcmp
s8 Strcmp(char *str1, char *str2)
types.h
s8
signed char s8
Definition
types.h:4
u32
unsigned long u32
Definition
types.h:9
u8
unsigned char u8
Definition
types.h:5
extern
dolphin
include
charPipeline
structures
dolphinString.h
Generated by
1.17.0