mirror of
https://github.com/gbdev/rgbds.git
synced 2025-12-03 16:27:47 +00:00
Simplify format specs to not use a per-character state machine
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
+42 %d
|
||||
$2a %x
|
||||
42 %4d
|
||||
42 %f
|
||||
42.00000 %16f %16f
|
||||
+42 %++d
|
||||
$2a %##x
|
||||
42 %--4d
|
||||
42 %..f
|
||||
42.00000 %q.16f %qq16f
|
||||
42 42
|
||||
2a 2a
|
||||
hello
|
||||
|
||||
Reference in New Issue
Block a user