Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Watcom C/C++ v10.0 : C library - these functions are concerned with dates and times. the following functions http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
These functions are concerned with dates and times.  The following functions
are defined:

_asctime
    makes time string from time structure

asctime
    makes time string from time structure

clock
    gets time since program start

_ctime
    gets calendar time string

ctime
    gets calendar time string

difftime
    calculate difference between two times

ftime
    returns the current time in a timeb structure

_gmtime
    convert calendar time to Coordinated Universal Time (UTC)

gmtime
    convert calendar time to Coordinated Universal Time (UTC)

_localtime
    convert calendar time to local time

localtime
    convert calendar time to local time

mktime
    make calendar time from local time

strftime
    format date and time

time
    get current calendar time

tzset
    set global variables to reflect the local time zone

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson