This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
printf format string
- To: gcc@gcc.gnu.org
- Subject: printf format string
- From: James Beyer <beyerj@sgi.com>
- Date: Wed, 25 Aug 1999 08:31:28 -0500
What is the expected output if an argument does not have the appropriate
types for the string format specified?
Is the argument just cast into the correct format, with casting rules
applied? Or is the output undefined in some cases?
This seems like it may be implementation dependent.
james