From: Martin Stromberg Message-Id: <200106130911.LAA14211@lws256.lu.erisoft.se> Subject: Re: your mail To: djgpp-workers AT delorie DOT com Date: Wed, 13 Jun 2001 11:11:58 +0200 (MET DST) In-Reply-To: <3b27b278.56c.0@NewMail.Net> from "alex bodnaru" at Jun 13, 2001 11:35:36 AM X-Mailer: ELM [version 2.5 PL3] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk 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