[uClibc]no strtoq() and strtouq() in uClibc?

Erik Andersen andersen at codepoet.org
Fri Aug 2 09:23:36 UTC 2002


On Fri Aug 02, 2002 at 01:51:07PM +0800, Bob Cheng wrote:
> Hi:
> 
>  I got 'undefined reference' error when I compile a C++ program which use
> strtoq() and strtouq(). Redhat's g++ can compile correctly. Are they not 
> supported in uClibc?

strtoq() and strtouq() are unsupported BSD-isms.  Instead you 
should use strtoll() and strtoull() as defined by ISO C99....

 -Erik

--
Erik B. Andersen             http://codepoet-consulting.com/
--This message was written using 73% post-consumer electrons--



More information about the uClibc mailing list