Commit bdff8ebe3c0be4f55281a3ec7d70be753e2456c0

Adrian Perez de Castro 2019-08-05T16:18:05

Provide a fallback implementation of [v]asprintf() Some environments (e.g. Windows + MSVC) do not provide asprintf() or vasprintf(). This tries to detect their presence, and provides suitable fallback implementations when not available.