TOC Previous Next
Suppose the following scenario, where main() calls a function, func(), in a shared library:
When func() calls xyz(), which version of xyz() is called?
(C) 2006, Michael Kerrisk