| 492 |
must appear; if the converted value requires fewer digits, |
must appear; if the converted value requires fewer digits, |
| 493 |
it is padded on the left with zeros. |
it is padded on the left with zeros. |
| 494 |
- \c p The <tt>void *</tt> argument is taken as an unsigned integer, |
- \c p The <tt>void *</tt> argument is taken as an unsigned integer, |
| 495 |
and converted similarly as a <tt>%#x</tt> command would do. |
and converted similarly as a <tt>%\#x</tt> command would do. |
| 496 |
- \c c The \c int argument is converted to an \c "unsigned char", and the |
- \c c The \c int argument is converted to an \c "unsigned char", and the |
| 497 |
resulting character is written. |
resulting character is written. |
| 498 |
- \c s The \c "char *" argument is expected to be a pointer to an array |
- \c s The \c "char *" argument is expected to be a pointer to an array |