syslinux/com32/include/alloca.h
<<
>>
Prefs
   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 */
  13
lxr.linux.no kindly hosted by Redpill Linpro AS, provider of Linux consulting and operations services since 1995.