Date: Wed, 9 Jun 1999 16:43:52 -0400 Message-Id: <199906092043.QAA09707@envy.delorie.com> From: DJ Delorie To: djgpp-workers AT delorie DOT com Subject: Re: {v,}snprintf.c ??? Reply-To: djgpp-workers AT delorie DOT com I'm OK with adding this, as long as the prototypes in stdio.h don't cause conflicts with packages that provide their own *snprintf functions. For example, we don't prototype xmalloc() even though we provide it, because the prototypes used by actual software vary widely.