Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- libc - <b>settimeofday</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
settimeofday
============

Syntax
------

     #include <time.h>
     
     int settimeofday(struct timeval *tp, ...);

Description
-----------

Sets the current GMT time.  For compatibility, a second argument is
accepted.  gettimeofday: for information on the structure types.   

Return Value
------------

Zero if the time was set, nonzero on error.


See Also: gettimeofday

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