Searched refs:num_to_str (Results 1 – 1 of 1) sorted by relevance
34 static inline char *num_to_str(unsigned long num, char *buf, int len) in num_to_str() function54 return print(num_to_str(num, num_buf, sizeof(num_buf))); in print_num()