About
Contact
QtCreator
KDevelop
Solarized
1
int
c_function
(
int
input
) {
2
return
input
*
3
;
3
}
4