mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-10-27 13:37:15 +00:00
The name qemu_strtoll() suggests conversion to long long, but it actually converts to int64_t. Rename to qemu_strtoi64(). The name qemu_strtoull() suggests conversion to unsigned long long, but it actually converts to uint64_t. Rename to qemu_strtou64(). Backports commit b30d188677456b17c1cd68969e08ddc634cef644 from qemu |
||
|---|---|---|
| .. | ||
| Makefile.objs | ||
| qbool.c | ||
| qdict.c | ||
| qfloat.c | ||
| qint.c | ||
| qlist.c | ||
| qnull.c | ||
| qobject.c | ||
| qstring.c | ||