source: buchla-68k/orig/lib/INCLUDE/RAWIO.H

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

Imported original source code.

  • Property mode set to 100755
File size: 355 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(), getrln(), readln();
9
10/* The following should really be void ... */
11
12int writeln();
Note: See TracBrowser for help on using the repository browser.