home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / languages / c / oslib / Examples / p1-067 < prev    next >
Encoding:
Text File  |  1994-05-25  |  144 b   |  10 lines

  1. #include "os.h"
  2. #include "osbyte.h"
  3.  
  4. extern void My_Byte_Veneer (void);
  5.  
  6. void ex (void)
  7.  
  8. {  os_claim (ByteV, (void *) &My_Byte_Veneer, NULL);
  9. }
  10.