cosmopolitan/libc/isystem/alloca.h

5 lines
88 B
C
Raw Normal View History

2023-07-03 09:47:05 +00:00
#ifndef _ALLOCA_H
#define _ALLOCA_H
2020-06-15 14:18:57 +00:00
#include "libc/mem/alloca.h"
2023-07-03 09:47:05 +00:00
#endif /* _ALLOCA_H */