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 067e205 commit 42a8ff8Copy full SHA for 42a8ff8
libc/include/wchar.yaml
@@ -6,6 +6,10 @@ 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
15
- type_name: mbstate_t
0 commit comments