![]() |
![]()
| ![]() |
![]()
NAME
LIBRARYStandard C Library (libc, -lc) SYNOPSIS
const char *
DESCRIPTIONThe
The printf(3) family of functions cannot verify the types of arguments that they are passed at run-time. In some cases, like catgets(3), it is useful or necessary to use a user-supplied format string with no guarantee that the format string matches the specified arguments. The
printf(fmtcheck(user_format, standard_format), arg1, arg2); In the check, field widths, fillers, precisions, etc. are ignored
(unless the field width or precision is an asterisk
‘ RETURN VALUESIf fmt_suspect is a valid format and
consumes the same argument types as fmt_default, then
the SEE ALSOBUGSThe SECURITY CONSIDERATIONSNote that the formats may be quite different as long as they
accept the same arguments. For example, "
|