Skip to content

Commit 2bd9ef3

Browse files
committed
add ctime and ctime_r to date_and_time documentation
closes llvm#108664
1 parent e29e7e7 commit 2bd9ef3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libc/docs/date_and_time.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ Implementation Status
5555
+---------------------+---------+---------+---------+-----------------+---------+---------+---------+---------+---------+---------+---------+---------+
5656
| asctime_r | |check| | |check| | | |check| | | | | | | | | |
5757
+---------------------+---------+---------+---------+-----------------+---------+---------+---------+---------+---------+---------+---------+---------+
58+
| ctime | |check| | |check| | | |check| | | | | | | | | |
59+
+---------------------+---------+---------+---------+-----------------+---------+---------+---------+---------+---------+---------+---------+---------+
60+
| ctime_r | |check| | |check| | | |check| | | | | | | | | |
61+
+---------------------+---------+---------+---------+-----------------+---------+---------+---------+---------+---------+---------+---------+---------+
5862
| clock | |check| | |check| | | |check| | | | | | | | | |
5963
+---------------------+---------+---------+---------+-----------------+---------+---------+---------+---------+---------+---------+---------+---------+
6064
| clock_getcpuclockid | | | | | | | | | | | | |

0 commit comments

Comments
 (0)