xref
: /
llvm-project
/
lldb
/
test
/
API
/
python_api
/
module_section
/
c.cpp
(revision 99451b4453688a94c6014cac233d371ab4cc342d)
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