This is the mail archive of the newlib@sourceware.org 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: RE: itoa and C++11 std::string


Hi,

Here's itoa with double underscore and macros.

Cheers,
Jon

2014-12-07  Jon Beniston  <jon@beniston.com>

	* libc/include/stdlib.h (__itoa):  Declare prototype.
	(__utoa): Declare prototype.
	(itoa): Define macro.
	(utoa): Define macro.
	* libc/stdlib/Makefile.am: Add itoa.c and utoa.c.
	* libc/stdlib/itoa.c: New file.
	* libc/stdlib/utoa.c: New file.

Attachment: itoa4.patch
Description: Binary data


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