Skip to content

Commit edd84c0

Browse files
committed
articles: ctod: change long and unsigned long D equivalents
Signed-off-by: Luís Ferreira <contact@lsferreira.net>
1 parent 869f234 commit edd84c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ctod.dd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ unsigned short =&gt; ushort
8888
wchar_t =&gt; wchar
8989
int =&gt; int
9090
unsigned =&gt; uint
91-
long =&gt; int
92-
unsigned long =&gt; uint
91+
long =&gt; core.stdc.config.c_long
92+
unsigned long =&gt; core.stdc.config.c_ulong
9393
long long =&gt; long
9494
unsigned long long =&gt; ulong
9595
float =&gt; float

0 commit comments

Comments
 (0)