6 lines
83 B
C
6 lines
83 B
C
|
#if defined(__GLIBC__)
|
||
|
# include_next <alloca.h>
|
||
|
#else
|
||
|
# include <stdlib.h>
|
||
|
#endif
|