changeset 10124 | aabd1b75d5a3 |
parent 8850 | ae8a957c69fd |
child 10127 | 7f29a65aa1e4 |
--- 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))