Where can I find the implementation of “time.h”?

后端 未结 5 909
不知归路
不知归路 2020-12-20 22:04

Where can I find the implementation of time.h in the C Standard Library, i.e time.c?

I tried with Google Code Search time.c Is the implementation in th

5条回答
  •  清酒与你
    2020-12-20 22:39

    time.h is a C standard header, so it describes functions from the C standard library with which it came. For instance, GNU libc

提交回复
热议问题