diff options
Diffstat (limited to 'include/libc')
| -rw-r--r-- | include/libc/alloca.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/libc/alloca.h b/include/libc/alloca.h new file mode 100644 index 0000000..4e8720f --- /dev/null +++ b/include/libc/alloca.h @@ -0,0 +1,7 @@ +#ifndef ALLOCA_H +#define ALLOCA_H + +void* alloca(u32); +#define alloca __builtin_alloca + +#endif |
