•  Back 
  •  Libraries 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  Help 
  •  Show info about hypertext 
  •  View a new file 
Topic       : Pure C Library Documentation
Author      : John Kormylo
Version     : LIB.HYP 1.0
Subject     : Documentation/Pure C Library
Nodes       : 1309
Index Size  : 32068
HCP-Version : 3
Compiled on : Atari
@charset    : atarist
@lang       : en
@default    : 
@help       : Help
@options    : +g -i -s +x +z -t4
@width      : 75
View Ref-File[ vex_timv ]

#include <vdi.h>

void vex_timv( int handle, int (*tim_addr)(), int (**otim_addr)(),
               int *tim_conv );

  <handle> is the VDI Handle.
  <tim_addr> is an interrupt handler (usually written in assembly).
             It should terminate with an ... instruction, or ... to
             old interrupt handler.
  <otim_addr> returns the old timer handler address.
  <tim_conv> returns the time interval between ticks in msec (5). 


Function replaces the system timer interrupt vector.

VDI Opcode 118

See also VDI Input, Setexc() and etv_timer.