blob: 3c87bfe30c6cc6dda1775d6e2a343109d3405ad4 [file] [log] [blame]
Johnny Chen1b72f092012-03-16 21:55:42 +00001int c_function(int input) {
2 return input * 3;
3}