diff options
author | Зишан Мирза <149377404+zimirza@users.noreply.github.com> | 2024-09-16 20:27:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-16 11:27:11 -0700 |
commit | 000a3f0a54876f1519393e40085500e16ea12cf4 (patch) | |
tree | 5afda70369fdb3b1d1f7d221badabea8ef6bf393 /llvm/lib/Target/WebAssembly/Disassembler/WebAssemblyDisassembler.cpp | |
parent | 0ea0e3a1b6dcf06674f0b64ecdad1f8e457f1aac (diff) | |
download | llvm-000a3f0a54876f1519393e40085500e16ea12cf4.zip llvm-000a3f0a54876f1519393e40085500e16ea12cf4.tar.gz llvm-000a3f0a54876f1519393e40085500e16ea12cf4.tar.bz2 |
[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
Diffstat (limited to 'llvm/lib/Target/WebAssembly/Disassembler/WebAssemblyDisassembler.cpp')
0 files changed, 0 insertions, 0 deletions