When the C99 extensions setting is on, the compiler recognizes C++-style two-character combinations that represent single-character punctuation. The following table lists these digraphs.
Table 1.
C++-Style Digraphs
| This digraph
|
is equivalent to this character
|
| <: |
[ |
| :> |
] |
| <% |
{ |
| %> |
} |
| %: |
# |
| %:%: |
## |