Changeset 0580615 in buchla-68k for libcio/conin.c


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
  • libcio/conin.c

    r46d8069 r0580615  
    1414#include "stddefs.h"
    1515
    16 extern  char    *memcpy();
    17 extern  int     readbuf(), writeln();
     16extern  char    *memcpy(char *s1, char *s2, int n);
     17extern  int     readbuf(int dev, char *buf);
     18extern  void    writeln(int unit, char *buf);
    1819
    1920char _ConBuf[258];      /* console input buffer */
    2021int _CBused;
    2122
    22 int
    23 _conin(x, buff, len)
    24 char *buff;
    25 int len;
     23int _conin(char *buff, int len)
    2624{
    2725        int     nbp;
Note: See TracChangeset for help on using the changeset viewer.