NouVeL/ADVect/ext/bgfx/bx/include/compat/freebsd/alloca.h
2022-08-18 12:17:43 -04:00

5 lines
83 B
C

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