[Go to CFHT Home Page] Man Pages
Back to Software Index  BORDER=0Manpage Top Level
    cfht_time(3) manual page Table of Contents

Name

cfht_time - return a string that has the time

Synopsis


long cfht_time(clock)long *clock;libcfht.a

Description

This function returns an ascii string that contains the time converted from the passed-in seconds value. If clock is NULL, the current system time will be used.

Return Value

The return value is a static string of the form 15:02:30. This string will be overwritten by any future calls to this routine. Some libcfht routines also use cfht_time.

See Also

cfht_date(3t)

Warnings


Table of Contents