StringCopy10 to StringCopy_Nickname

This commit is contained in:
Eduardo Quezada
2022-07-27 14:35:19 -04:00
parent f998a7b661
commit 611112269e
14 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ enum StringConvertMode
STR_CONV_MODE_LEADING_ZEROS
};
u8 *StringCopy10(u8 *dest, const u8 *src);
u8 *StringCopy_Nickname(u8 *dest, const u8 *src);
u8 *StringGetEnd10(u8 *str);
u8 *StringCopy7(u8 *dest, const u8 *src);
u8 *StringCopy(u8 *dest, const u8 *src);