On Fri, Mar 5, 2021 at 7:05 PM Dmitry Kozlyuk wrote: > > POSIX asprintf() is unavailable on Windows. AFAIK asprintf() is not a POSIX API, it is a GNU extension that has also been implemented in some BSDs. > Add eal_asprintf() wrapper for EAL internal use. > On Windows it's a function, on Unix it's a macro for asprintf(). > > Signed-off-by: Dmitry Kozlyuk > Acked-by: Khoa To > ---