From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Wed, 27 May 2009 12:13:08 -0500 Subject: [U-Boot] itoa(), base of 16 In-Reply-To: <5ec3d7930905271008q774dd422l3bf7dcf34a0df4bc@mail.gmail.com> References: <5ec3d7930905271008q774dd422l3bf7dcf34a0df4bc@mail.gmail.com> Message-ID: <4A1D74A4.90900@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Drasko DRASKOVIC wrote: > Hi all, > how do we use itoa() fnc in U-Boot? I can seem to find it (there is > simple_strtoul(), but I need inverse of this). sprintf() -Scott