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

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