home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 1 / RISC_DISC_1.iso / pd_share / code / oslib / Examples / p2-634 < prev    next >
Encoding:
Text File  |  1994-03-24  |  179 b   |  9 lines

  1. #include "buffer.h"
  2. #include "osbyte.h"
  3.  
  4. os_error *insert_character (byte *buffer)
  5.  
  6. {  return xos_byte (osbyte_BUFFER_INSERT, buffer [4], buffer_KEYBOARD,
  7.          NULL, NULL);
  8. }
  9.