| Current Path : /proc/8644/task/8644/root/usr/lib/syslinux/com32/include/ |
| Current File : //proc/8644/task/8644/root/usr/lib/syslinux/com32/include/alloca.h |
/* * alloca.h * * Just call the builtin alloca() function */ #ifndef _ALLOCA_H #define _ALLOCA_H #define alloca(size) __builtin_alloca(size) #endif /* _ALLOCA_H */