Using %s

The IBM® Rational® Rhapsody® code generator substitutes %s in type declarations with the type name and automates the update of declarations when you rename a type.

About this task

To escape the %s characters, type a backslash (\) character before the %s. For example:

#define PRINT printf("\%s\n", myString())

Feedback