summaryrefslogtreecommitdiff
path: root/include/alloca.h
blob: b70f65720303c74fec7ac1714b560f7bec5f5ab7 (plain)
1
2
3
4
5
6
#ifndef __ALLOCA_H
#define __ALLOCA_H

#define alloca(__size) __builtin_alloca(__size)

#endif