On 25/09/2015 14:39, Andreas Färber wrote: > Instead of using int64_t for qemu_strtoll() and uiint64_t for > qemu_strtoull(), use long long and unsigned long long as their name > implies. > > The only affected callers are our test cases. > > This prepares for following checkpatch's recommendation of using it more, > by making it easier to switch from POSIX to QEMU versions. > Remaining difference is const-ness.
Do we actually use long long and unsigned long long anywhere? Paolo