Mail Archives: djgpp-workers/2003/01/21/09:23:42
> Below is a patch to add support for the j, z and t conversion qualifiers
> to the printf- and scanf-families of functions.
Yummy! Thanks!
> @port-note ansi The conversion specifiers @samp{F}, @samp{D}, @samp{I}, @samp{O}, and @code{U} are DJGPP extensions; they are provided for compatibility with Borland C and other compilers. The conversion specifiers for the @code{long long} data type are GCC extensions. The meaning of @samp{[a-c]} as a range of characters is a very popular extension to ANSI (which merely says a dash ``may have a special meaning'' in that context).
> +
> + @port-note ansi-c99 The @code{hh}, @code{j}, @code{t} and @code{z} conversion specifiers first appeared in the ANSI C99 standard.
Just curious: those (two) lines above must be that long, I suppose?
Right,
MartinS
- Raw text -