This is the mail archive of the newlib@sources.redhat.com mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: support for %m format argument to printf?


> 
> On Fri, 2004-10-29 at 01:48, Jeremy Elson wrote:
> > Hi,
> > 
> > Gnu C allows you to specify "%m" in printf format strings; newlib 
> > doesn't.  Is there any plan to add support?  If not, I can 
> work on a 
> > patch.
> > 
> 
> Ugg! I hope not.  Not a good idea for space-conscious environments.

Good point. I guess it might be reasonable to implement it as conditional
code, enabled in a similar way to long long printf support.

Cheers,
Jon



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]