Open System Services Library Calls Reference Manual (G06.29+, H06.08+, J06.03+)

wprintf(3) OSS Library Calls Reference Manual
An optional parameter indicating the size of the argument corresponding to the following
character, integer, or floating-point conversion specifier:
—Anh followed by a d, i, o, u, x,orX conversion specifier indicates that the argu-
ment will be treated as a short int or unsigned short int.
—Anh followed by an n conversion specifier indicates that the argument will be
treated as a pointer to a short int.
—Anhh followed by a d, i, o, u, x,orX conversion specifier indicates that the
argument will be treated as a signed char or unsigned char. The argument is
promoted according to the integer promotions, but the value of the argument is
converted to signed char or unsigned char before printing.
—Anhh followed by an n conversion specifier indicates that the argument will be
treated as a pointer to a signed char.
—Aj followed by a d, i, o, u, x,orX conversion specifier indicates that the argu-
ment will be treated as a intmax_t or uintmax_t.
—Aj followed by an n conversion specifier indicates that the argument will be
treated as a pointer to a intmax_t.
—Anl followed by a d, i, o
, u, x,o
rX conversion
specifier indicates that the argu-
ment will be treated as a long int or unsigned long int.
—Anl followed by an n conversion specifier indicates that the argument will be
treated as a pointer to a long int.
—Anll followed by a d, i, o, u,orx conversion code character indicates that the
receiving variable is treated as a long long int or unsigned long long int.
—Anll followed by an n conversion specifier indicates that the argument will be
treated as a pointer to a long long int.
—AnL followed by an a, A, e, E, f, g,orG conversion specifier indicates that the
argument will be treated as a long double.
—AnL followed by a d, i, o, u, x,orX conversion specifier indicates that the argu-
ment will be treated as a long long or an unsigned long long which is a 64-bit
integer data type and an HP extension.
—AnL followed by an n conversion specifier indicates that the argument will be
treated as a pointer to a long long int.
—At followed by a d, i, o, u, x,orX conversion
specifier indicates that the argu-
ment will be treated as a ptrdiff_t or the corresponding unsigned integer type
argument.
—At followed by an n conversion specifier indicates that the argument will be
treated as a pointer to a ptrdiff_t.
—Az followed by a d, i, o, u, x,orX conversion specifier indicates that the argu-
ment will be treated as a size_t or the corresponding signed integer type argu-
ment.
876 Hewlett-Packard Company 527187-017