Mail Archives: djgpp-workers/2001/06/13/05:13:04
I descriptive subject wouldn't hurt.
> -----------------------stdio.dif-----------------------
>
> *** stdio.h~ Wed Jun 13 08:00:35 2001
> --- stdio.h Wed Jun 13 07:49:54 2001
> ***************
> *** 130,135 ****
> --- 130,136 ----
>
> void _djstat_describe_lossage(FILE *_to_where);
>
> int _doprnt(const char *_fmt, va_list _args, FILE
> *_f);
> + int _doprnt_low(const char *fmt0, va_list argp,
> FILE *fp, int (*print_putc)(int, FILE *));
This should be "int _doprnt_low(const char *_fmt0, va_list _argp,
FILE *_p, int (*_print_putc)(int, FILE *));".
Right,
MartinS
- Raw text -