From: cclim AT gintic DOT gov DOT sg (Lim Chu Cheow) Subject: GNU-Win32 : gettimeofday 29 May 1997 14:36:25 -0700 Approved: cygnus DOT gnu-win32 AT cygnus DOT com Distribution: cygnus Message-ID: <338D5CA4.40E1.cygnus.gnu-win32@gintic.gov.sg> Reply-To: cclim AT gintic DOT gov DOT sg Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 3.0 (Win95; I) Original-To: gnu-win32 AT cygnus DOT com Original-Sender: owner-gnu-win32 AT cygnus DOT com Hi, 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)); } ============== - Chu-Cheow - 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".