#include"script.h" int main() { Str a( "0123: word" ), b( "wOrD" ); bool r = cmpStrA( a, 6, b ); // false r = cmpStrA( a, 5, b ); // true }