mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-09-01 16:29:55 -04:00
copy dolsdk2004 to tp / b_bh + e_mb done (#2299)
* move dolsdk2004 over * cleanup some temp work * finish and cleanup gf * b_bh done * d_a_e_mb done
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
#ifndef _CHARPIPELINE_STRUCTURES_DOLPHINSTRING_H_
|
||||
#define _CHARPIPELINE_STRUCTURES_DOLPHINSTRING_H_
|
||||
|
||||
#include <dolphin/types.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
u8 Strcat(char* str1, char* str2, char* dst);
|
||||
void Strcpy(char* dst, char* src);
|
||||
s8 Strcmp(char* str1, char* str2);
|
||||
u32 Strlen(char* str);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user