opnsense-src/packages/Python/lldbsuite/test/python_api/module_section/c.cpp

3 lines
52 B
C++

int c_function(int input) {
return input * 3;
}