mirror of
https://github.com/intel/llvm.git
synced 2026-01-23 16:06:39 +08:00
[libc] Implemented wcsdup libc function (#150453)
Implemented wcsdup by templating internal strdup function
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user