[MUD-Dev] Re: [CODE] [LANGUAGE/PLATFORM SPECIFIC] My Event Engine

Adam Wiggins adam at angel.com
Wed Jul 22 13:41:28 CEST 1998


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






More information about the mud-dev-archive mailing list