- 1.7
- 1.6
- 1.5
- Beta
- Examples (for 1.6a)
- Misc
As well as the mostly complete standard set of specifiers provided by C, Aten also includes some other useful specifiers that may be used in formatted input and output.
Table 4.9. Extra read/write specifiers
| Specifier | Meaning |
|---|---|
| %* | Relevant to formatted input only. Discard the next item, regardless of its type. A corresponding variable argument need not be provided |
| %r | Read characters (starting from the next delimited argument) until the end of the input line is encountered (i.e. 'rest-of-line' specifier). A corresponding string variable should be provided |

