Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |