NouVeL/ADVect/ext/bgfx/bx/include/compat/freebsd/alloca.h

6 lines
83 B
C
Raw Normal View History

2022-08-18 12:17:43 -04:00
#if defined(__GLIBC__)
# include_next <alloca.h>
#else
# include <stdlib.h>
#endif