summaryrefslogtreecommitdiff
path: root/scripts/stdincludes/alloca.h
blob: cb1abd8b3b08f40e16f06c730e08f0e230b88b42 (plain)
1
2
3
4
extern void *__builtin_alloca(unsigned long long);
#define alloca __builtin_alloca

#include_next <alloca.h>
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback