File: gettext.info, Node: objc++-format, Next: c++-format, Prev: c++-format, Up: Translators for other Languages 16.3.2 Objective C Format Strings --------------------------------- 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 ‘’.
