[libc] Implemented wcsdup libc function (#150453)

Implemented wcsdup by templating internal strdup function
This commit is contained in:
Uzair Nawaz
2025-07-24 11:29:40 -07:00
committed by GitHub
parent 4f2686e5a1
commit f26c0d00df
8 changed files with 130 additions and 3 deletions

View File

@@ -226,6 +226,12 @@ functions:
arguments:
- type: wchar_t *__restrict
- type: const wchar_t *__restrict
- name: wcsdup
standards:
- stdc
return_type: wchar_t *
arguments:
- type: const wchar_t *
- name: wcslcpy
standards:
- stdc