<?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>topic Strtoll in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/strtoll/m-p/4473287#M680197</link>
    <description>I could not find strtoll in my include files from aC+ compiler.&lt;BR /&gt;&lt;BR /&gt;I need that function for compiling some code which used 11.11&lt;BR /&gt;&lt;BR /&gt;uname -a &lt;BR /&gt;HP-UX dev5-hp B.11.23 U 9000/800 151951587 &lt;BR /&gt;&lt;BR /&gt;I am not definitely running under Tru64 Unix&lt;BR /&gt;</description>
    <pubDate>Wed, 05 Aug 2009 00:27:00 GMT</pubDate>
    <dc:creator>patilvikram</dc:creator>
    <dc:date>2009-08-05T00:27:00Z</dc:date>
    <item>
      <title>Strtoll</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strtoll/m-p/4473287#M680197</link>
      <description>I could not find strtoll in my include files from aC+ compiler.&lt;BR /&gt;&lt;BR /&gt;I need that function for compiling some code which used 11.11&lt;BR /&gt;&lt;BR /&gt;uname -a &lt;BR /&gt;HP-UX dev5-hp B.11.23 U 9000/800 151951587 &lt;BR /&gt;&lt;BR /&gt;I am not definitely running under Tru64 Unix&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Aug 2009 00:27:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strtoll/m-p/4473287#M680197</guid>
      <dc:creator>patilvikram</dc:creator>
      <dc:date>2009-08-05T00:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: Strtoll</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strtoll/m-p/4473288#M680198</link>
      <description>&lt;!--!*#--&gt;&amp;gt; I could not find strtoll in my include&lt;BR /&gt;&amp;gt; files from aC+ compiler.&lt;BR /&gt;&lt;BR /&gt;Why were you looking?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] 11.11 [...]&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] B.11.23 [...]&lt;BR /&gt;&lt;BR /&gt;Huh?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I am not definitely running under Tru64&lt;BR /&gt;&amp;gt; Unix&lt;BR /&gt;&lt;BR /&gt;Yeah, the "HP-UX" pretty well revealed that.&lt;BR /&gt;&lt;BR /&gt;It seems to exist in 11.23 (though not in&lt;BR /&gt;11.11):&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-60103/strtol.3C.html" target="_blank"&gt;http://docs.hp.com/en/B2355-60103/strtol.3C.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you insist on remaining in the stone age,&lt;BR /&gt;then I'd expect that a Web search for, say,&lt;BR /&gt;      strtoll.c&lt;BR /&gt;would locate some relatively unencumbered&lt;BR /&gt;source code which you could steal.&lt;BR /&gt;&lt;BR /&gt;Portable code tends to deal with this kind of&lt;BR /&gt;thing at the "./configure" stage.  My psychic&lt;BR /&gt;powers are too weak to tell me what you're&lt;BR /&gt;doing, so it's hard to offer much specific&lt;BR /&gt;advice.</description>
      <pubDate>Wed, 05 Aug 2009 01:26:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strtoll/m-p/4473288#M680198</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-08-05T01:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: strtoll</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strtoll/m-p/4473289#M680199</link>
      <description>&lt;P&gt;&amp;gt;I could not find strtoll in my include files from aC++ compiler.&lt;BR /&gt;&lt;BR /&gt;This C99 function isn't there until 11.23 and only because I requested it.&lt;BR /&gt;&lt;BR /&gt;On 11.11 you can use and strtoimax but you'll need to change for 11.23.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2011 04:42:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strtoll/m-p/4473289#M680199</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-08-29T04:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: Strtoll</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strtoll/m-p/4473290#M680200</link>
      <description>I am quite confused about replied.&lt;BR /&gt;&lt;BR /&gt;I am currently running under 11.23 . But the compiler I am using is aC++ compiler. &lt;BR /&gt;So my code should be atleast supported on 11.23&lt;BR /&gt;&lt;BR /&gt;lets say test.cc is trying to use strtoull / strtoll&lt;BR /&gt;&lt;BR /&gt;I should be able to to compile it with &lt;BR /&gt;&lt;BR /&gt;aCC -c test.cc&lt;BR /&gt;&lt;BR /&gt;where as I got following error &lt;BR /&gt;&lt;BR /&gt;"test.cc", line 20 # Undeclared variable 'strtoull'. Perhaps 'strtoul' as in "unsigned long strtoul(const char *,char **,int)" ["/usr/include/stdlib.h", line 169] was intended.&lt;BR /&gt;&lt;BR /&gt;Is there any specific option I need to provide for compiler to use this function&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Aug 2009 23:17:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strtoll/m-p/4473290#M680200</guid>
      <dc:creator>patilvikram</dc:creator>
      <dc:date>2009-08-05T23:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: Strtoll</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strtoll/m-p/4473291#M680201</link>
      <description>&lt;!--!*#--&gt;&amp;gt; I am quite confused about replied.&lt;BR /&gt;&lt;BR /&gt;That's fair.  I was confused by the question.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I am currently running under 11.23 .&lt;BR /&gt;&lt;BR /&gt;So, why did you bring "11.11" into this?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; lets say test.cc is trying to use strtoull&lt;BR /&gt;&amp;gt; / strtoll&lt;BR /&gt;&lt;BR /&gt;Say anything you want.  My psychic powers are&lt;BR /&gt;too weak to let me see what's in your&lt;BR /&gt;"test.cc" without some help from you.  If&lt;BR /&gt;it's not a State Secret, perhaps you could&lt;BR /&gt;show us all what's in your "test.cc"?&lt;BR /&gt;&lt;BR /&gt;"man strtoll".  Did you:&lt;BR /&gt;&lt;BR /&gt;#include &lt;STDLIB.H&gt;&lt;BR /&gt;&lt;BR /&gt;as suggested there?  I know nothing, but I'd&lt;BR /&gt;guess that if the compiler had seen&lt;BR /&gt;&lt;STDLIB.H&gt;, then it wouldn't say anything&lt;BR /&gt;like:&lt;BR /&gt;&lt;BR /&gt;Perhaps 'strtoul' as in "unsigned long&lt;BR /&gt;strtoul(const char *,char **,int)"&lt;BR /&gt;["/usr/include/stdlib.h", line 169] was&lt;BR /&gt;intended.&lt;BR /&gt;&lt;BR /&gt;But why should I need to guess?&lt;/STDLIB.H&gt;&lt;/STDLIB.H&gt;</description>
      <pubDate>Wed, 05 Aug 2009 23:53:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strtoll/m-p/4473291#M680201</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-08-05T23:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: strtoll</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strtoll/m-p/4473292#M680202</link>
      <description>&lt;P&gt;&amp;gt;I am quite confused about replied.&lt;BR /&gt;&lt;BR /&gt;Oops, I assumed you wanted strtoll on 11.11 and it worked for you on 11.23.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Is there any specific option I need to provide for compiler to use this function&lt;BR /&gt;&lt;BR /&gt;You need to use -ext.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Steven: "man strtoll"&lt;BR /&gt;&lt;BR /&gt;Unfortunately the man page just says "C99" with no details on what magic is needed to call it.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Did you: #include &amp;lt;stdlib.h&amp;gt; as suggested there?&lt;BR /&gt;&lt;BR /&gt;Of course, otherwise the compiler wouldn't have mentioned &amp;lt;stdlib.h&amp;gt;. The only advanced AI technology in the the compiler is to look for a symbol close to the undefined variable, not to guess where it should be.&lt;BR /&gt;&lt;BR /&gt;The aC++ suggestion was that it found strtoul in stdlib.h but not strtoull.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2011 04:48:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strtoll/m-p/4473292#M680202</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-08-29T04:48:38Z</dc:date>
    </item>
  </channel>
</rss>

