On 03/04/11 22:38, Hans-Christoph Steiner wrote:
traverse the whole search path to see the objects that could be loaded. Its doable.
I don't think so, consider for example:
EXTERN void orly_setup(void) { if (rand() % 666 == 42) { yarly_setup(); } else { exit(7); } }