From fca5307ea908606c40c051d4c366ed8dcf077258 Mon Sep 17 00:00:00 2001 From: Maide <34639600+Kelebek1@users.noreply.github.com> Date: Wed, 16 Aug 2023 19:11:19 +0100 Subject: m_play (#50) * m_play * Some warnings * lots of function renames from the gcn version * fix warnings * format * a * a * PR * PR2 --------- Co-authored-by: Maide Co-authored-by: angie --- include/libc/alloca.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 include/libc/alloca.h (limited to 'include/libc') 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 -- cgit v1.2.3