On 11.10.22 05:29, Junwang Zhao wrote:
What do you think if we move these code into a static inline function? like:

static inline char*
process_digits(char *ptr, int32 *result)
{
...
}

How would you handle the different ways each branch checks for valid digits and computes the value of each digit?



Reply via email to