Searched refs:NUM_STRING (Results 1 – 1 of 1) sorted by relevance
686 #define NUM_STRING "9876543210.123" macro717 const char *str = NUM_STRING; in call()734 if(strcmp(str,NUM_STRING)) { in call()735 …cout << "Failed Stdio: sprintf got wrong result, expected " << NUM_STRING << " got " << str << end… in call()