Guardian Native C Library Calls Reference Manual (G06.29+, H06.08+, J06.03+)
vfwprintf(3) Guardian Native C Library Calls Reference Manual
specifying field width or precision must appear before the value (if any) to be converted.
If the value of the corresponding parameter is negative, it is treated as if the precision
had not been specified. When variable ordering with the Ldigit$ format is used, the *
(asterisk) specification for field width in precision is replaced by *digit$.
• An optional conversion specifier 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,orX 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, x,orX conversion specifier indicates that the argu-
ment will be 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.
7−76 Hewlett-Packard Company 527192-018