Re: [PATCH v15 01/12] util/cutils: refactor do_strtosz() to support suffixes list

2019-11-07 Thread Eduardo Habkost
On Thu, Nov 07, 2019 at 03:45:00PM +0800, Tao Xu wrote: > Add do_strtomul() to convert string according to different suffixes. > > Signed-off-by: Tao Xu Reviewed-by: Eduardo Habkost -- Eduardo

[PATCH v15 01/12] util/cutils: refactor do_strtosz() to support suffixes list

2019-11-06 Thread Tao Xu
Add do_strtomul() to convert string according to different suffixes. Signed-off-by: Tao Xu --- Changes in v15: - Add a new patch to refactor do_strtosz() (Eduardo) --- util/cutils.c | 72 ++- 1 file changed, 42 insertions(+), 30 deletions(-)