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