mikroElektronika PIC Microcontrollers PIC12 User Manual page 51

Mikroc user's manual
Table of Contents

Advertisement

mikroC
making it simple...
The following table shows the available escape sequences in mikroC:
MikroElektronika: Development tools - Books - Compilers
Sequence
Value
\a
0x07
\b
0x08
\f
0x0C
\n
0x0A
\r
0x0D
\t
0x09
\v
0x0B
\\
0x5C
\'
0x27
\"
0x22
\?
0x3F
\O
\xH
\XH
mikroC - C Compiler for Microchip PIC microcontrollers
Char
BEL
BS
FF
LF
CR
HT
VT
\
'
"
?
any
any
any
What it does
Audible bell
Backspace
Formfeed
Newline (Linefeed)
Carriage Return
Tab (horizontal)
Vertical Tab
Backslash
Single quote
(Apostrophe)
Double quote
Question mark
O = string of up to 3
octal digits
H = string of hex dig-
its
H = string of hex dig-
its
page
43

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the PIC Microcontrollers PIC12 and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Pic microcontrollers pic16Pic microcontrollers pic18

Table of Contents