alloca.h 83 B

12345
  1. #if defined(__GLIBC__)
  2. # include_next <alloca.h>
  3. #else
  4. # include <stdlib.h>
  5. #endif