home *** CD-ROM | disk | FTP | other *** search
/ PC Extra Super CD 1998 January / PCPLUS131.iso / DJGPP / V2 / DJLSR201.ZIP / src / libc / compat / time / settimeo.txh < prev    next >
Encoding:
Text File  |  1995-08-27  |  384 b   |  19 lines

  1. @node settimeofday, time
  2. @subheading Syntax
  3.  
  4. @example
  5. #include <time.h>
  6.  
  7. int settimeofday(struct timeval *tp, ...);
  8. @end example
  9.  
  10. @subheading Description
  11.  
  12. Sets the current GMT time.  For compatibility, a second argument is
  13. accepted.  @xref{gettimeofday} for information on the structure types.
  14.  
  15. @subheading Return Value
  16.  
  17. Zero if the time was set, nonzero on error.
  18.  
  19.