diff options
Diffstat (limited to 'c/gbos.h')
| -rw-r--r-- | c/gbos.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,6 +13,8 @@ char readc(void); /* one input byte, EOF at end */ void sexit(unsigned char code); unsigned char getpid(void); unsigned char pipe(void); /* -> read fd; write end is read+1 */ +void ssend(unsigned char b); /* link-port: transmit one byte */ +unsigned char srecv(void); /* link-port: receive one byte (blocks) */ /* helpers (c/libc.c) */ void putu(unsigned int n); /* print decimal */ |
