libducky/include/alloca.h

Summary

Maintainability
Test Coverage
#ifndef    __DUCKY_ALLOCA_H__
#define __DUCKY_ALLOCA_H__

#define alloca(size) __builtin_alloca(size)

#endif // __DUCKY_ALLOCA_H__