Searched refs:hw1 (Results 1 – 1 of 1) sorted by relevance
238 char hw1[32] = "hello world"; variable239 T_CPY(hw1 + 6, sizeof(hw1) - 6, hw1, sizeof(hw1));240 …T_ASSERT_EQ(strcmp_impl(hw1, "hello hello world"), 0, "check copy over self is 'hello hello world'…