Implement wcstol, wcstod, and printf:ing wchars
This commit is contained in:
@@ -1 +0,0 @@
|
||||
IPv4 address: 23.21.162.66 (www.redox-os.org)
|
||||
@@ -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!
|
||||
@@ -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, )
|
||||
@@ -0,0 +1 @@
|
||||
The decimal equivalents are: 2001, 6340800, -3624224 and 0.
|
||||
Reference in New Issue
Block a user