/[avr-libc]/avr-libc/include/stdio.h
ViewVC logotype

Diff of /avr-libc/include/stdio.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.21 by joerg_wunsch, Tue Sep 6 19:37:14 2005 UTC revision 1.22 by joerg_wunsch, Sat Sep 10 21:31:13 2005 UTC
# Line 492  extern int     fclose(FILE *__stream); Line 492  extern int     fclose(FILE *__stream);
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

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26