Luna/libs/libc/include/alloca.h

6 lines
76 B
C
Raw Normal View History

2022-10-27 15:23:50 +00:00
#ifndef _ALLOCA_H
#define _ALLOCA_H
#define alloca __builtin_alloca
#endif