Author :
Adrian Perez de Castro
Date :
2019-08-05 16:18:05
Hash :bdff8ebe Message :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.