[ILUG] C compilation error

kevin lyda kevin at suberic.net
Sat Jan 26 22:27:52 GMT 2002


On Sat, Jan 26, 2002 at 09:53:39PM +0000, Nick Murtagh wrote:
> What exactly is localtime() supposed to do? As far as i can tell
> localtime takes a parameter of type time_t. What about 
> 
>   tp = localtime(time());

no, it takes a pointer to a parameter of type time_t.  never knew why -
it makes that call impossible - localtime(time(NULL)) - which is annoying.
but it is a pointer to time_t which is an important distinction.

kevin

-- 
kevin at suberic.net          buffy: come on, can't you put your foot down?!
fork()'ed on 37058400      giles: it *is* down.
meatspace place: orbit     buffy: one of these days you're going to have to
http://suberic.net/~kevin         get a grown up car.  --inca mummy girl




More information about the ILUG mailing list