Changeset 0580615 in buchla-68k for include/rawio.h


Ignore:
Timestamp:
07/08/2017 02:42:31 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
342a56f
Parents:
46d8069
Message:

Point of no return.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/rawio.h

    r46d8069 r0580615  
    66*/
    77
    8 int     getln(), getrln(), readln();
     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);
    911
    1012/* The following should really be void ... */
    1113
    12 int     writeln();
     14void    writeln(int unit, char *buf);
Note: See TracChangeset for help on using the changeset viewer.