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
time.h is a C standard header, so it describes functions from the C standard library with which it came. For instance, GNU libc
time.h
libc