alloca.h 120 B

123456
  1. #ifndef __MINGW32__ALLOCA_H__
  2. #define __MINGW32__ALLOCA_H__
  3. #include <malloc.h>
  4. #endif // __MINGW32__ALLOCA_H__