This commit is contained in:
Garrett Cox
2024-05-22 09:04:58 -05:00
parent b98106017a
commit 837ef4dde6
6 changed files with 281 additions and 85 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef LIBC_ALLOCA_H
#define LIBC_ALLOCA_H
void* alloca(u32);
// void* alloca(u32);
#define alloca __builtin_alloca
#endif