[libc-commits] [libc] [libc] Add `ctime_s` (PR #110676)

Rajveer Singh Bharadwaj via libc-commits libc-commits at lists.llvm.org
Sat Nov 2 04:40:59 PDT 2024


================
@@ -37,6 +37,14 @@ functions:
     arguments:
       - type: const time_t *
       - type: char *
+  - name: ctime_s
+    standard:
+      - stdc
+    return_type: int
+    arguments:
+      - type: char *
+      - type: size_t
+      - type: const time_t *
----------------
Rajveer100 wrote:

Considering even RSIZE_MAX is dependent on this, we could do this.

https://github.com/llvm/llvm-project/pull/110676


More information about the libc-commits mailing list