This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
libowfat
mirror of
/home/gitosis/repositories/libowfat.git
Watch
1
Star
0
Fork
You've already forked libowfat
0
Code
Releases
Activity
543745ddc9
libowfat
/
tryalloca.c
7 lines
74 B
C
Raw
Blame
History
#
include
<stdlib.h>
#
include
<alloca.h>
main
(
)
{
char
*
c
=
alloca
(
23
)
;
}
View Git Blame
Copy Permalink