(C) 1998 AROS - The Amiga Research OS


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

void AddTime (dest , src)

LOCATION
In TimerBase at offset 7

SYNOPSIS
struct timeval * dest
struct timeval * src

FUNCTION
Add two timeval's together. The result will be the sum dest + src --> dest.

The values of A0 and A1 will not be changed.

INPUTS
dest
Destination timeval.
src
Source timeval.

RESULT
dest will contain (src + dest).

EXAMPLE

SEE ALSO
SubTime(), CmpTime()

NOTES
This function can be called 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