[Home] [Groups] - Message: [Prev in Group] [Next in Group]
7904: [MUD-Dev] Re: [CODE] [LANGUAGE/PLATFORM SPECIFIC] My Event Engine
[Full Header] [Plain Text]
From: Adam Wiggins <adam@angel.com>
Newsgroups: nu.kanga.list.mud-dev
Date: Wed, 22 Jul 1998 13:41:28 -0700 (PDT)
References: [1]
Organization: Kanga.Nu
On Wed, 22 Jul 1998, Joel Kelso wrote:
> Hey, this might be obvious, but how do you get a system clock millisecondsor
> microseconds (nanoseconds ?) in Unix ? Is there a POSIX standard
> function for this ?
Dunno about POSIX. I usually use ftime() (for simplicity) although
gettimeofday() is probably slightly more standard.
Adam