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

后端 未结 5 903
不知归路
不知归路 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:31

    For GNU libc, see http://sourceware.org/git/?p=glibc.git;a=tree;f=time;h=c950c5d4dd90541e8f3c7e1649fcde4aead989bb;hb=master

提交回复
热议问题