Add an asprintf() implementation
authorBart Van Assche <bart.vanassche@wdc.com>
Mon, 12 Mar 2018 22:38:28 +0000 (15:38 -0700)
committerBart Van Assche <bart.vanassche@wdc.com>
Mon, 19 Mar 2018 17:39:28 +0000 (10:39 -0700)
commit44e8e956254815d90472076951b81bc933f83fd5
tree69abcdb147d5477f69eb0a20c0f0ca26b9ecd66d
parentd3d378218e9e03411749b65451b32d7a7466ff61
Add an asprintf() implementation

Since I would like to use the asprintf() function in the ZBC code and
since that function is not available on every platform supported by
fio, add an asprintf() implementation.

Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com>
Makefile
configure
oslib/asprintf.c [new file with mode: 0644]
oslib/asprintf.h [new file with mode: 0644]