• Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Breakpoint 1 at 0x........: file main_pic.c, line 12.
2Continuing.
3Breakpoint 1, main (argc=1, argv=0x........) at main_pic.c:12
412	   printf("address of another_func %#" PRIxPTR "\n", (uintptr_t) another_func);
5$1 = void
6$2 = (int (*)(int, char **)) 0x........ <main>
7$3 = (void (*)(char *)) 0x........ <another_func>
8Continuing.
9Program exited normally.
10