The only generally portable way to do this is to use -std=gnu99, "#include <stdlib.h>", and write "alloca". __builtin_alloca does not seem to be available on NetBSD
The only generally portable way to do this is to use -std=gnu99, "#include <stdlib.h>", and write "alloca". __builtin_alloca does not seem to be available on NetBSD