Re: int atoll
From: jpd (read_the_sig_at_do.not.spam.it.invalid)
Date: 02/07/05
- Next message: Bill Vermillion: "Re: sendmail"
- Previous message: Mark South: "Re: sendmail"
- In reply to: Vladimir Kadychevski: "int atoll"
- Next in thread: David Malone: "Re: int atoll"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 7 Feb 2005 16:53:19 GMT
Begin <20050207173342.O43845@free.fr>
On 2005-02-07, Vladimir Kadychevski <vladimir.kadychevski@etu.upmc.fr> wrote:
> when i'm trying to build gpsim 0.21 on freebsd 4.10 i'm getting folowing
> error message:
>
> gui_stopwatch.cc:178: implicit declaration of function `int atoll(...)'
>
> i've checked the source code and averything seems to be fine..
>
> does someone know what is wrong with that atoll function?
atoll(3) has a suggestion, right bewteen "SYNOPSIS" and "long atol(...);".
(linux likes includes so much that its includes often pull in much more
further includes than anyone else.)
-- j p d (at) d s b (dot) t u d e l f t (dot) n l .
- Next message: Bill Vermillion: "Re: sendmail"
- Previous message: Mark South: "Re: sendmail"
- In reply to: Vladimir Kadychevski: "int atoll"
- Next in thread: David Malone: "Re: int atoll"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|