Next: C++ Format Strings, Previous: C Format Strings, Up: The Translator’s View [Contents][Index]
Objective C format strings are like C format strings. They support an
additional format directive: "%@", which when executed consumes an argument
of type Object *
.
Objective C format strings, like C format strings, can contain placeholders
that reference macros defined in ISO C 99 <inttypes.h>
.