diff --git a/libc/docs/date_and_time.rst b/libc/docs/date_and_time.rst new file mode 100644 --- /dev/null +++ b/libc/docs/date_and_time.rst @@ -0,0 +1,49 @@ +============= +Date and Time +============= + + ============= === + Function_Name C99 + ============= === + clock + mktime ✅ + time + asctime ✅ + ctime + gmtime ✅ + localtime + strftime + ============= === + +=================== ===== +Function_Name POSIX +=================== ===== +asctime ✅ +asctime_r ✅ +clock +clock_getcpuclockid +clock_getres +clock_gettime ✅ +clock_nanosleep +clock_settime +ctime +ctime_r +difftime +getdate +gmtime ✅ +gmtime_r ✅ +localtime +localtime_r +mktime ✅ +nanosleep ✅ +strftime +strptime +time +timer_create +timer_delete +timer_gettime +timer_getoverrun +timer_settime +tzset +=================== ===== + diff --git a/libc/docs/index.rst b/libc/docs/index.rst --- a/libc/docs/index.rst +++ b/libc/docs/index.rst @@ -56,9 +56,10 @@ :maxdepth: 1 :caption: Status + date_and_time + math strings stdio - math .. toctree:: :hidden: