Skip to content

Commit 8c731ce

Browse files
ljmf00PetarKirov
andcommitted
articles: ctod: change wchar_t to druntime headers equivalents
Co-authored-by: Petar Kirov <petar.p.kirov@gmail.com> Signed-off-by: Luís Ferreira <contact@lsferreira.net>
1 parent edd84c0 commit 8c731ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ctod.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ signed char =&gt; byte
8585
unsigned char =&gt; ubyte
8686
short =&gt; short
8787
unsigned short =&gt; ushort
88-
wchar_t =&gt; wchar
88+
wchar_t =&gt; core.stdc.stddef.wchar_t
8989
int =&gt; int
9090
unsigned =&gt; uint
9191
long =&gt; core.stdc.config.c_long

0 commit comments

Comments
 (0)