Searched refs:CHECK_STRING (Results 1 – 2 of 2) sorted by relevance
9 #define CHECK_STRING "hello, world!" macro24 strcpy(msg.string, CHECK_STRING); in main()
2885 #define CHECK_STRING(STR, expected) \ in test_string_to_double() macro2907 CHECK_STRING("0.1", 0.1); in test_string_to_double()2908 CHECK_STRING("1.234", 1.234); in test_string_to_double()2909 CHECK_STRING("-1.35", -1.35); in test_string_to_double()2910 CHECK_STRING(".1e01", 1.0); in test_string_to_double()2911 CHECK_STRING("2.e-2", 0.02); in test_string_to_double()2922 #undef CHECK_STRING in test_string_to_double()