mirror of
https://github.com/bkaradzic/bx.git
synced 2026-06-08 03:03:48 +00:00
6 lines
83 B
C
6 lines
83 B
C
#if defined(__GLIBC__)
|
|
# include_next <alloca.h>
|
|
#else
|
|
# include <stdlib.h>
|
|
#endif
|