From: sos@prospect.com.ru (Sergey Okhapkin)
Subject: RE: GNU-Win32 : gettimeofday
30 May 1997 00:39:15 -0700
Approved: cygnus.gnu-win32@cygnus.com
Distribution: cygnus
Message-ID: <01BC6CEA.AD4B1FA0.cygnus.gnu-win32@gater.krystalbank.msk.ru>
Original-To: "gnu-win32@cygnus.com" <gnu-win32@cygnus.com>,
        "'cclim@gintic.gov.sg'"
	 <cclim@gintic.gov.sg>
Encoding: 28 TEXT
Original-Sender: owner-gnu-win32@cygnus.com

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".
