We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af45df1 commit 55062e6Copy full SHA for 55062e6
libc/include/wchar.yaml
@@ -6,6 +6,9 @@ macros:
6
types:
7
- type_name: FILE
8
- type_name: size_t
9
+ # TODO: Remove this once we have a function declaration using "struct tm"
10
+ # (wcsftime). We're declaring it here now, since libc++ expects
11
+ # forward-declaration of "struct tm" in the <wchar.h> header.
12
- type_name: struct_tm
13
- type_name: wint_t
14
- type_name: wchar_t
0 commit comments