Sign in
mojo
/
mojo-tools
/
f67958830d6b6787b31d67d99ccc674c28a00a5a
/
.
/
third_party
/
cython
/
src
/
Cython
/
Debugger
/
Tests
/
cfuncs.c
blob: ccb42050bf7e5245a7f634814bf41c343557a749 [
file
] [
log
] [
blame
]
void
some_c_function
(
void
)
{
int
a
,
b
,
c
;
a
=
1
;
b
=
2
;
}