Jeffrey Walton wrote: > Microsoft has banned the function: > https://docs.microsoft.com/en-us/previous-versions/bb288454(v=msdn.10)?redirectedfrom=MSDN
And instead they recommend _malloca and _freea, which work the same way as the gnulib module 'malloca'. [1][2] Bruno [1] https://docs.microsoft.com/en-us/cpp/c-runtime-library/reference/malloca [2] https://docs.microsoft.com/en-us/cpp/c-runtime-library/reference/freea
