|
From: Igor S. <min...@gm...> - 2008-12-13 02:34:04
|
Hi, I would like to write a valgrind tool that uses the standard c library (actually, I must link my tool to another library, which happens to use stdlib). I noticed that all the tools link with -nodefaultlibs flag, and if said flag is removed, then naturally no main() is found (stdlib requires a main). So, is there a natural way to use stdlib in my valgrind tool? Thank you, Igor |