home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / languages / c / oslib / Examples / p1-068 < prev    next >
Text File  |  1994-05-12  |  146b  |  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_release (ByteV, (void *) &My_Byte_Veneer, NULL);
  9. }
  10.