Searched refs:num_to_str (Results 1 – 1 of 1) sorted by relevance
67 static char *num_to_str(long long num) in num_to_str() function78 char *ls = lhs->s ? lhs->s : num_to_str(lhs->i); in cmp()79 char *rs = rhs->s ? rhs->s : num_to_str(rhs->i); in cmp()