(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/intuition.h>

void CurrentTime (seconds , micros)

LOCATION
In IntuitionBase at offset 14

SYNOPSIS
ULONG * seconds
ULONG * micros

FUNCTION
Copies the current time into the argument pointers.

INPUTS
seconds
ptr to ULONG varaible which will contain the current seconds after function call
micros
ptr to ULONG varaible which will contain the current microseconds after function call

RESULT
Copies the time values to the memory the arguments point to Return value is not set.

EXAMPLE

SEE ALSO
timer.device/TR_GETSYSTIME

NOTES
Makes use of timer.library/timer.device

BUGS

INTERNALS

HISTORY