• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 void *bar(void *input);
2 void *glob2 = bar((void*)0x2345);
3