#include void* _alloca_wrapper(size_t size) { return _alloca(size); }