From: sos AT prospect DOT com DOT ru (Sergey Okhapkin) Subject: RE: GNU-Win32 : gettimeofday 30 May 1997 00:39:15 -0700 Approved: cygnus DOT gnu-win32 AT cygnus DOT com Distribution: cygnus Message-ID: <01BC6CEA.AD4B1FA0.cygnus.gnu-win32@gater.krystalbank.msk.ru> Original-To: "gnu-win32 AT cygnus DOT com" , "'cclim AT gintic DOT gov DOT sg'" Encoding: 28 TEXT Original-Sender: owner-gnu-win32 AT cygnus DOT 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 > #include > > 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 AT cygnus DOT com" with one line of text: "help".