circuitpython/ports/cxd56/alloca.h

7 lines
93 B
C

#ifndef _ALLOCA_H
#define _ALLOCA_H
#define alloca __builtin_alloca
#endif /* _ALLOCA_H */