circuitpython/ports/cxd56/alloca.h

7 lines
93 B
C
Raw Normal View History

2019-10-09 02:27:08 -04:00
#ifndef _ALLOCA_H
#define _ALLOCA_H
#define alloca __builtin_alloca
#endif /* _ALLOCA_H */