Unix and gmtime()

Boyd Roberts boyd at necisa.ho.necisa.oz.au
Fri Dec 21 10:43:02 AEST 1990


In article <GHENNIGA.90Dec19124620 at tesla.nmsu.edu> ghenniga at nmsu.edu (Gary Hennigan) writes:
>
>   clock = gmtime();

Bzzzt!  RTFM.

    struct tm	*gmtime(clock)
    long	*clock;

gmtime(3) expects an argument.  Didn't you use lint?


Boyd Roberts			boyd at necisa.ho.necisa.oz.au

``When the going gets wierd, the weird turn pro...''



More information about the Comp.unix.programmer mailing list