Author :
Adrian Perez de Castro
Date :
2019-08-05 16:07:57
Hash :93a13050 Message :Provide a fallback implementation of strndup()
Some environments (e.g. Windows + MSVC) do not provide strndup(), this
tries to detect its presence and provide a fallback implementation when
not available.
[ran: some tweaks]