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