source: buchla-68k/include/rawio.h@ 0580615

Last change on this file since 0580615 was 0580615, checked in by Thomas Lopatic <thomas@…>, 7 years ago

Point of no return.

  • Property mode set to 100644
File size: 471 bytes
Line 
1/*
2 ============================================================================
3 rawio.h -- header for raw BIOS I/O
4 Version 2 -- 1987-02-20 -- D.N. Lynx Crowe
5 ============================================================================
6*/
7
8int getln(int unit, int nb, char *buf);
9int getrln(int unit, int nb, char *buf);
10int readln(int unit, int nc, char *ctl, int nb, char *buf);
11
12/* The following should really be void ... */
13
14void writeln(int unit, char *buf);
Note: See TracBrowser for help on using the repository browser.