diff -r 2fa3bb7785ee -r 7f29a65aa1e4 project_files/hwc/rtl/pas2c.h --- a/project_files/hwc/rtl/pas2c.h Sun Feb 09 19:00:13 2014 +0100 +++ b/project_files/hwc/rtl/pas2c.h Mon Feb 10 00:43:03 2014 +0400 @@ -28,7 +28,7 @@ }; struct { unsigned char _dummy2; - unsigned char str[MAX_ANSISTRING_LENGTH]; + unsigned char s[MAX_ANSISTRING_LENGTH]; }; struct { uint16_t len; @@ -76,6 +76,7 @@ bool _strcompare(string255 a, string255 b); bool _strcomparec(string255 a, unsigned char b); bool _strncompare(string255 a, string255 b); +bool _strncompareA(astring a, astring b); #define STRINIT(a) {.len = sizeof(a) - 1, .str = a}