I want to use the time.h library. For this I need the header and the code of the library itself. An .so file which contains the implementation of the header declarations.
How can I find out which .so file corresponding to my header? And where can I get this file if it is not in on my system?
I use a self made Makefile and a powerpc-linux-gcc.