HelpPC 2.10 Quick Reference Utility Copyright 1991 David Jurgens

                              C Escape Sequences

                       \a      Bell
                       \b      Backspace
                       \f      Form feed
                       \n      Line feed
                       \r      Carriage return
                       \t      Horizontal tab
                       \v      Vertical tab
                       \'      Single quote
                       \"      Double quote
                       \\      Backslash
                       \0      NULL character
                       \7      Bell
                       \ddd    Octal value
                       \xddd   Hexadecimal value

Esc or Alt-X to exit C escape sequences Home/PgUp/PgDn/End ←↑↓→
Converted to HTML in 2006 by Timo Bingmann