Where can I find the implementation of time.h in the C Standard Library, i.e time.c?
time.c
I tried with Google Code Search time.c Is the implementation in th
You can find an implementation in the GNU libc library. There isn't a single time.c file. Each function (to a first approximation) lives in its own compilation unit.