Searched refs:another_func (Results 1 – 4 of 4) sorted by relevance
4 static void another_func(char *msg) in another_func() function12 printf("address of another_func %#" PRIxPTR "\n", (uintptr_t) another_func); in main()13 another_func("called from main"); in main()
12 print another_func("called from gdb")15 print &another_func
3 address of another_func 0x........
4 12 printf("address of another_func %#" PRIxPTR "\n", (uintptr_t) another_func);