lang-bootstrap/05/musl-0.6.0/include/alloca.h

10 lines
117 B
C
Raw Normal View History

2022-02-20 13:18:21 -08:00
#ifndef _ALLOCA_H
#define _ALLOCA_H
#define __NEED_size_t
#include <bits/alltypes.h>
void *alloca(size_t);
#endif