OpenGrok
Cross Reference: c.cpp
xref
: /
external
/
lldb
/
test
/
python_api
/
module_section
/
c.cpp
Home
|
History
|
Annotate
|
Download
|
only in
module_section
1
int
c_function
(
int
input
) {
2
return
input
*
3
;
3
}
4