Statistics
| Branch: | Revision:

root / tests / test-cutils.c @ feature-archipelago

History | View | Annotate | Download (6.3 kB)

# Date Author Comment
e3f9fe2d 02/04/2013 10:38 pm Eduardo Habkost

cutils: unsigned int parsing functions

There are lots of duplicate parsing code using strto*() in QEMU, and
most of that code is broken in one way or another. Even the visitors
code have duplicate integer parsing code1. This introduces functions
to help parsing unsigned int values: parse_uint() and parse_uint_full()....