Your IP : 216.73.216.155


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