diff -r 64e72781d344 -r aabd1b75d5a3 project_files/hwc/rtl/misc.h --- a/project_files/hwc/rtl/misc.h Sat Feb 08 16:29:34 2014 +0400 +++ b/project_files/hwc/rtl/misc.h Sun Feb 09 00:44:29 2014 +0400 @@ -40,6 +40,8 @@ string255 fpcrtl_strprepend(char c, string255 s); string255 fpcrtl_chrconcat(char a, char b); +astring fpcrtl_strconcatA(astring str1, astring str2); + // return true if str1 == str2 bool fpcrtl_strcompare(string255 str1, string255 str2); bool fpcrtl_strcomparec(string255 a, char b); @@ -48,6 +50,8 @@ char* fpcrtl__pchar(string255 s); string255 fpcrtl_pchar2str(char *s); astring fpcrtl_str2astr(string255 s); +string255 fpcrtl_astr2str(astring s); +string255 fpcrtl_astr2str(astring a); #define fpcrtl_TypeInfo sizeof // dummy #ifdef EMSCRIPTEN