mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
- The '#' component for type 's' now escapes the string characters - The '#' component for type 'f' now prints a precision suffix - The new 'q' component specifies a precision value
14 lines
91 B
Plaintext
14 lines
91 B
Plaintext
+42 %d
|
|
$2a %x
|
|
42 %4d
|
|
42 %f
|
|
42.00000 %16f
|
|
42 42
|
|
2a 2a
|
|
hello
|
|
hello
|
|
hello
|
|
hello
|
|
42
|
|
42
|