Implement wcstol, wcstod, and printf:ing wchars

This commit is contained in:
jD91mZM2
2019-07-18 12:29:22 +02:00
parent 7c99077248
commit a8280e8991
17 changed files with 270 additions and 54 deletions
-1
View File
@@ -1 +0,0 @@
IPv4 address: 23.21.162.66 (www.redox-os.org)
-1
View File
@@ -1 +0,0 @@
No visible errors occurred!
@@ -0,0 +1,4 @@
This is a few one-byte chars: 1 2 a b
Long one-byte string: Hello World
This is a few multi-byte chars: ❤ R 😠 C
Long multi-byte string: 👉😎👉 Zoop!
+6
View File
@@ -0,0 +1,6 @@
strtod(1.2345wowzah) = (1.234500, wowzah)
strtod(53) = (53.000000, )
strtod(-254352.5...) = (-254352.500000, ...)
strtod( 19.2 wat) = (19.200000, wat)
strtod(365.24 29.53) = (365.240000, 29.53)
strtod( 29.53) = (29.530000, )
View File
+1
View File
@@ -0,0 +1 @@
The decimal equivalents are: 2001, 6340800, -3624224 and 0.