(C) 1998 AROS - The Amiga Research OS


NAME
#include <devices/timer.h>
#include <proto/timer.h>

void GetSysTime (dest)

LOCATION
In TimerBase at offset 11

SYNOPSIS
struct timeval * dest

FUNCTION
GetSysTime() will fill in the supplied timeval with the current system time.

INPUTS
dest
A pointer to the timeval you want the time stored in.

RESULT
The timeval "dest" will be filled with the current system time.

EXAMPLE

SEE ALSO
TR_GETSYSTIME, TR_SETSYSTIME

NOTES
This function is safe to call from interrupts.

BUGS

INTERNALS

HISTORY
20.10.1998 hkiel
Amiga Research OS
29.01.1998 iaint
First try at timer.device - probably wont work...see email for details