Зишан Мирза
000a3f0a54
[libc][c11] implement ctime ( #107285 )
...
This is an implementation of `ctime` and includes `ctime_r`.
According to documentation, `ctime` and `ctime_r` are defined as the
following:
```c
char *ctime(const time_t *timep);
char *ctime_r(const time_t *restrict timep, char buf[restrict 26]);
```
closes #86567
2024-09-16 11:27:11 -07:00
..
2024-09-13 15:06:20 -04:00
2024-07-12 09:28:41 -07:00
2024-07-28 19:23:36 -07:00
2024-08-22 13:51:54 -05:00
2024-07-12 09:28:41 -07:00
2024-07-12 09:28:41 -07:00
2024-07-23 15:05:40 -05:00
2024-07-12 09:28:41 -07:00
2024-07-12 09:28:41 -07:00
2024-07-26 17:21:56 -05:00
2024-07-12 09:28:41 -07:00
2024-08-22 13:09:56 -05:00
2024-09-14 17:32:22 -04:00
2024-07-12 09:28:41 -07:00
2024-08-06 21:02:54 -07:00
2024-07-12 09:28:41 -07:00
2024-07-12 09:28:41 -07:00
2024-09-08 20:55:00 -04:00
2024-09-07 10:01:33 -04:00
2024-07-12 09:28:41 -07:00
2024-07-12 09:28:41 -07:00
2024-02-20 11:20:15 -05:00
2024-07-12 09:28:41 -07:00
2024-08-26 09:00:10 -05:00
2024-09-11 12:22:35 -04:00
2024-09-06 11:19:01 +02:00
2024-09-11 12:51:11 -04:00
2024-07-12 09:28:41 -07:00
2024-07-12 09:28:41 -07:00
2024-09-16 11:27:11 -07:00
2024-08-02 10:27:49 -07:00
2024-07-12 09:28:41 -07:00
2024-08-22 12:58:46 -05:00