MAME/3rdparty/bx/include/compat/freebsd/alloca.h
2026-05-23 01:35:04 +10:00

6 lines
83 B
C

#if defined(__GLIBC__)
# include_next <alloca.h>
#else
# include <stdlib.h>
#endif