alloca.h 117 B

123456789
  1. #ifndef _ALLOCA_H
  2. #define _ALLOCA_H
  3. #define __NEED_size_t
  4. #include <bits/alltypes.h>
  5. void *alloca(size_t);
  6. #endif