home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
RISC DISC 1
/
RISC_DISC_1.iso
/
pd_share
/
code
/
oslib
/
Examples
/
p2-634
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1994-03-24
|
179 b
|
9 lines
#include "buffer.h"
#include "osbyte.h"
os_error *insert_character (byte *buffer)
{ return xos_byte (osbyte_BUFFER_INSERT, buffer [4], buffer_KEYBOARD,
NULL, NULL);
}