• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download

c_function(int input)1 int c_function(int input) {
2     return input * 3;
3 }
4