diff options
Diffstat (limited to 'riscv/riscv-probe/libfemto/include/alloca.h')
| -rw-r--r-- | riscv/riscv-probe/libfemto/include/alloca.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/riscv/riscv-probe/libfemto/include/alloca.h b/riscv/riscv-probe/libfemto/include/alloca.h new file mode 100644 index 0000000..2ae6a3e --- /dev/null +++ b/riscv/riscv-probe/libfemto/include/alloca.h @@ -0,0 +1,3 @@ +#pragma once + +#define alloca(size) __builtin_alloca (size) |
