EXT_debug_printf - make escape sequences better match C/C++
This commit is contained in:
parent
dbb56a1d48
commit
ad3f10bbd0
6 changed files with 72 additions and 37 deletions
|
|
@ -4,4 +4,10 @@
|
|||
void main()
|
||||
{
|
||||
debugPrintfEXT("ASDF \\ \? \x5C %d %d %d", 1, 2, 3);
|
||||
|
||||
// ABA{backspace}Z
|
||||
debugPrintfEXT("\x41\x000042\x41\x8Z");
|
||||
|
||||
// B#${bell, aka \a}B1Z
|
||||
debugPrintfEXT("\102\043\44\7\1021Z");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue