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

f1(int * ptr)1 void f1(int *ptr) {
2   *ptr = 0;
3 }
4