Luna/libs/libc/include/alloca.h
2022-10-27 17:23:50 +02:00

6 lines
76 B
C

#ifndef _ALLOCA_H
#define _ALLOCA_H
#define alloca __builtin_alloca
#endif