summaryrefslogtreecommitdiff
path: root/include/libc/alloca.h
blob: 4e8720f7e8d8c3736f7d13063f6c55a8a66da53d (plain)
1
2
3
4
5
6
7
#ifndef ALLOCA_H
#define ALLOCA_H

void* alloca(u32);
#define alloca  __builtin_alloca

#endif