Bruno Haible wrote:
for a long time the declaration of a local variable char buf[MB_CUR_MAX]; required GCC or C++
It still does, right? Since C11 no longer requires support for variable length arrays.
Bruno Haible wrote:
for a long time the declaration of a local variable char buf[MB_CUR_MAX]; required GCC or C++
It still does, right? Since C11 no longer requires support for variable length arrays.