Searched defs:another_func (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/gdbserver_tests/
H A Dmain_pic.c3 static void another_func(char *msg) function
11 printf("address of another_func %p\n", &another_func);
12 another_func("called from main");

Completed in 60 milliseconds