/* ============================================================================ rawio.h -- header for raw BIOS I/O Version 2 -- 1987-02-20 -- D.N. Lynx Crowe ============================================================================ */ int16_t getln(int16_t unit, int16_t nb, int8_t *buf); int16_t getrln(int16_t unit, int16_t nb, int8_t *buf); int16_t readln(int16_t unit, int16_t nc, int8_t *ctl, int16_t nb, int8_t *buf); /* The following should really be void ... */ void writeln(int16_t unit, int8_t *buf);