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

10 lines
117 B
C
Raw Permalink Normal View History

2025-04-05 10:55:40 +01:00
#ifndef _ALLOCA_H
#define _ALLOCA_H
#define __NEED_size_t
#include <bits/alltypes.h>
void *alloca(size_t);
#endif