Sign in
mojo
/
mojo-tools
/
646469dcd9014f7d1f5dbe6ee7a28c150302b90b
/
.
/
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
;
}