Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Borland C++ 2.x ( with Turbo C ) - <b>ftime() store current time in timeb struture</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 ftime()                 Store Current Time in timeb Struture

 #include      <sys\timeb.h>

 void ftime(buff);
 struct timeb *buff;    timeb structure

        This function saves the current time in a timeb structure,
        structure contains time in seconds since January 1, 1970.
        The local time zone and a daylight savings flag are also
        returned.

       Returns:     None.


See Also: asctime() localtime() tzset() ctime() stime() time()

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