GNU-Win32 : gettimeofday

Sergey Okhapkin sos@prospect.com.ru
Fri May 30 00:12:00 GMT 1997


Lim Chu Cheow wrote:
> I just installed b18, and compiled a simple program 
> (given below).  Compilation went through, but the 
> execution received some exception and died.  Am I 
> missing something?  Thanks in advance for any advice.
> 
> ============
> #include <stdio.h>
> #include <sys/time.h>
> 
> void main(void)
> {
>   struct timeval tp;
> 
>   fprintf(stdout,"Hello world!!\n");
>   gettimeofday(&tp);
>   fprintf(stdout,"Current time = %lf s\n", 
> 	  ((double)tp.tv_sec+tp.tv_usec*1.0e-6));
> }
> 

Gettimeofday() must have two arguments.

-- 
Sergey Okhapkin
Moscow, Russia
Looking for a job.


-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".



More information about the Cygwin mailing list