Implement almost all of printf

This commit is contained in:
jD91mZM2
2018-10-13 14:13:04 +02:00
parent b517629371
commit 63882684b2
13 changed files with 713 additions and 185 deletions
+1 -1
View File
@@ -1 +1 @@
-3.14
-3.140000
+9 -9
View File
@@ -1,9 +1,9 @@
d: 0 Endptr: "a 1 hello"
d: 1 Endptr: " hello"
d: 1 Endptr: " hello 2"
d: 10.123 Endptr: ""
d: 10.123 Endptr: ""
d: -5.3 Endptr: ""
d: 16.071044921875 Endptr: ""
d: 1.13671875 Endptr: ""
d: 3.12890625 Endptr: ""
d: 0.000000 Endptr: "a 1 hello"
d: 1.000000 Endptr: " hello"
d: 1.000000 Endptr: " hello 2"
d: 10.123000 Endptr: ""
d: 10.123000 Endptr: ""
d: -5.300000 Endptr: ""
d: 16.071045 Endptr: ""
d: 1.136719 Endptr: ""
d: 3.128906 Endptr: ""