HP aC++/HP C Programmer's Guide (B3901-90036; A.06.26; September 2011)
Manuals
Brands
HP Manuals
Software
C/aC++ Software for HP-UX
161
162
163
164
165
166
167
168
169
170
•
??< is r
eplaced by
{
•
??>
is replaced b
y
}
•
??-
is replaced b
y
~
Ex
amples
The line be
lo
w contains the tr
igra
ph sequence ??=:
??=line 5 "myfile"
When this line is co
mpiled it become
s:
#line 5 "myfile
”
1
6
2
Prepr
ocessing Dir
ecti
ves
1
...
...
160
161
162
163
164
...
...
286