blob: 3c87bfe30c6cc6dda1775d6e2a343109d3405ad4 [file] [log] [blame]
int c_function(int input) {
return input * 3;
}