xref
: /
external
/
lldb
/
test
/
python_api
/
module_section
/
c.cpp
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
c_function(int input)
1
int
c_function
(
int
input
) {
2
return
input
*
3
;
3
}
4