This website requires JavaScript.
Explore
Help
Sign In
falso
/
mm
mirror of
https://github.com/zeldaret/mm.git
Watch
1
Star
0
Fork
You've already forked mm
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e70a8fbb99
mm
/
include
/
libc
/
alloca.h
8 lines
95 B
C
Raw
Blame
History
#
ifndef ALLOCA_H
#
define ALLOCA_H
void
*
alloca
(
u32
)
;
#
define alloca __builtin_alloca
#
endif
Reference in New Issue
View Git Blame
Copy Permalink