Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Delivered-To: mailing list cygwin@cygwin.com Message-Id: <6.0.1.1.0.20040228224720.01f4cda0@imap.myrealbox.com> X-Sender: tprince@imap.myrealbox.com Date: Sat, 28 Feb 2004 22:54:57 -0800 To: "Peng Yu" , From: Tim Prince Subject: Re: gettimeofday In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-IsSubscribed: yes At 09:53 PM 2/28/2004, Peng Yu wrote: >Hi, > > I want read the manual of the C++ function gettimeofday. But I can't >find it. I'm not sure whether I installed it or not. Can somebody help me? >Thanks. Not part of C++ AFAIK. It's a posix function with C binding. Apparently, there's no cygwin specific documentation other than source code. The implementation used by cygwin doesn't set the fractional seconds fields, so you must fall back on the Windows API for milliseconds. Tim Prince -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/