mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-01-07 05:43:18 +00:00
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