SDL/include
Anonymous Maarten d6291d4d42 alloca: use alloca from <stdlib.h> 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
2023-11-22 06:33:50 +03:00
..
SDL3 alloca: use alloca from <stdlib.h> on NetBSD 2023-11-22 06:33:50 +03:00
build_config Add SDL Video Capture, with back-end for linux/macos/ios/android 2023-11-09 08:36:23 -08:00