diff -r 64e72781d344 -r aabd1b75d5a3 project_files/hwc/rtl/system.h --- a/project_files/hwc/rtl/system.h Sat Feb 08 16:29:34 2014 +0400 +++ b/project_files/hwc/rtl/system.h Sun Feb 09 00:44:29 2014 +0400 @@ -45,6 +45,8 @@ Integer fpcrtl_length(string255 s); #define fpcrtl_Length fpcrtl_length +Integer fpcrtl_lengthA(astring s); +#define fpcrtl_LengthA fpcrtl_lengthA #define fpcrtl_sqr(x) ((x) * (x))