Merge branch 'num2str' of https://github.com/bvanassche/fio
authorJens Axboe <axboe@kernel.dk>
Fri, 3 Jul 2020 00:08:14 +0000 (18:08 -0600)
committerJens Axboe <axboe@kernel.dk>
Fri, 3 Jul 2020 00:08:14 +0000 (18:08 -0600)
commit5144df064b2fc011615868e59083cfc1786bd073
treeeda12c71af479033388ca043bcc835cc64b0250c
parent797ef7b209d7423f34dfe513beeede21d2efddc4
parent78c14fab5f339e0165ab32d3c50efbed16950489
Merge branch 'num2str' of https://github.com/bvanassche/fio

* 'num2str' of https://github.com/bvanassche/fio:
  num2str(): Add the E (exa) prefix
  Add a num2str() unit test
  num2str(): Fix overflow handling
  num2str(): Remove the fmt[] array
  num2str(): Use asprintf() instead of malloc()