changeset 10121 | 8b65699beb56 |
parent 10015 | 4feced261c68 |
child 10124 | aabd1b75d5a3 |
--- a/project_files/hwc/rtl/misc.h Fri Feb 07 15:44:27 2014 +0400 +++ b/project_files/hwc/rtl/misc.h Fri Feb 07 22:42:57 2014 +0400 @@ -45,9 +45,9 @@ bool fpcrtl_strcomparec(string255 a, char b); bool fpcrtl_strncompare(string255 a, string255 b); -#define fpcrtl__pchar(s) ((s).str) +char* fpcrtl__pchar(string255 s); string255 fpcrtl_pchar2str(char *s); - +astring fpcrtl_str2astr(string255 s); #define fpcrtl_TypeInfo sizeof // dummy #ifdef EMSCRIPTEN