<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>LPCXpresso IDEのトピックRe: IU Confusion</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/IU-Confusion/m-p/593950#M30705</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ex-kayoda on Thu Mar 01 03:46:18 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;It's working perfect now :):)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Kay&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 02:49:10 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T02:49:10Z</dc:date>
    <item>
      <title>IU Confusion</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/IU-Confusion/m-p/593946#M30701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ex-kayoda on Fri Feb 03 06:04:35 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;This itoa is kidding me :eek:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://support.code-red-tech.com/CodeRedWiki/redlib_v2_notes?highlight=%28itoa%29&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Behaves like utoa and indeed it's defined: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;void itoa([B][COLOR=Red]unsigned int[/COLOR][/B] value, char *vstring, unsigned int base);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So what is it, itoa or utoa :confused:&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:49:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/IU-Confusion/m-p/593946#M30701</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: IU Confusion</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/IU-Confusion/m-p/593947#M30702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by whitecoe on Fri Feb 03 08:46:23 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;itoa() is not a standard C library function, thus I'm not sure how you can complain!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If the version supplied doesn't match your exact needs, there are hundreds of source implementations floating around on the web that you could use instead, for example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://www.strudel.org.uk/itoa/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;HTH!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:49:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/IU-Confusion/m-p/593947#M30702</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: IU Confusion</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/IU-Confusion/m-p/593948#M30703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by CodeRedSupport on Fri Feb 03 12:46:17 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: kayoda&lt;/STRONG&gt;&lt;BR /&gt;So what is it, itoa or utoa :confused:&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As whitecoe pointed out itoa() isn't a standard C library function. However I think that you are basically correct, the current implementation of itoa() in Redlib is really an implementation of uitoa(). We'll look at providing both itoa() and uitoa() in a future release of LPCXpresso.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CodeRedSupport&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:49:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/IU-Confusion/m-p/593948#M30703</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: IU Confusion</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/IU-Confusion/m-p/593949#M30704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by CodeRedSupport on Wed Feb 29 23:17:54 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;For an update on [FONT=Courier New][SIZE=2]itoa()[/SIZE][/FONT] in LPCXpresso v4.2.0, please see the FAQ at:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://support.code-red-tech.com/CodeRedWiki/redlib_itoa&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CodeRedSupport&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:49:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/IU-Confusion/m-p/593949#M30704</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: IU Confusion</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/IU-Confusion/m-p/593950#M30705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ex-kayoda on Thu Mar 01 03:46:18 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;It's working perfect now :):)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Kay&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:49:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/IU-Confusion/m-p/593950#M30705</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:49:10Z</dc:date>
    </item>
  </channel>
</rss>

