From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Tue, 21 Aug 2007 13:21:57 +0100 From: "roger peppe" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] port of NetPipe to plan 9 (tcp only) In-Reply-To: <13426df10708171039t714dac7cv53ed5c084519a4e9@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <13426df10708171039t714dac7cv53ed5c084519a4e9@mail.gmail.com> Topicbox-Message-UUID: aeb74c36-ead2-11e9-9d60-3106f5b1d025 > Fun quiz: Why, in When, should you do this: > f = ((float)nsec()) * 1e-9 > instead of this: > f = ((float)time(nil)); erm, because it's more accurate?