Your IP : 216.73.216.170


Current Path : /proc/self/root/usr/lib/syslinux/com32/include/
Upload File :
Current File : //proc/self/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 */