source:
bootcd/isolinux/syslinux-6.03/com32/include/alloca.h
@
dd1be7c
Last change on this file since dd1be7c was e16e8f2, checked in by , 3 years ago | |
---|---|
|
|
File size: 171 bytes |
Rev | Line | |
---|---|---|
[e16e8f2] | 1 | /* |
2 | * alloca.h | |
3 | * | |
4 | * Just call the builtin alloca() function | |
5 | */ | |
6 | ||
7 | #ifndef _ALLOCA_H | |
8 | #define _ALLOCA_H | |
9 | ||
10 | #define alloca(size) __builtin_alloca(size) | |
11 | ||
12 | #endif /* _ALLOCA_H */ |
Note: See TracBrowser
for help on using the repository browser.