Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
pycparser
/
ac5752b5130aabd58166d88e7785c18afa7c2979
/
.
/
examples
/
c_files
/
funky.c
blob: 252375f893ea1c4fbaf1a98d32e8ccb6f0e85317 [
file
] [
log
] [
blame
]
char
foo
(
void
)
{
return
'1'
;
}
int
maxout_in
(
int
paste
,
char
**
matrix
)
{
char
o
=
foo
();
return
(
int
)
matrix
[
1
][
2
]
*
5
-
paste
;
}
int
main
()
{
auto
char
*
multi
=
"a multi"
;
}