Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 880 Bytes

preprocessor-operators.md

File metadata and controls

33 lines (19 loc) · 880 Bytes
title description ms.assetid keywords ms.topic ms.date
Preprocessor Operators
RC supports using the standard C preprocessing operators in macro definitions. These operators are described in the following table.
dc5e25ae-66ae-4338-9150-cd0055aafc53
resource compiler,preprocessor operators
article
05/31/2018

Preprocessor Operators

RC supports using the standard C preprocessing operators in macro definitions. These operators are described in the following table.

Operator Description
# Encloses the argument in quotes.
#@ Encloses the argument in single quotes.
## Concatenates tokens used as arguments to form other tokens.