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


Ignore:
Timestamp:
07/10/2017 02:17:49 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
06f6615
Parents:
39a696b
Message:

Zero redundant declarations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcio/conin.c

    r39a696b rb28a12e  
    66*/
    77
    8 #define _FS_DEF_                /* to avoid unnecessary externals */
    9 
    10 #include "all.h"
    11 
    12 extern  void    *memcpy(void *vp1, void *vp2, int16_t n);
    13 extern  int16_t readbuf(int16_t dev, int8_t *buf);
    14 extern  void    writeln(int16_t unit, int8_t *buf);
     8#include "ram.h"
    159
    1610int8_t _ConBuf[258];    /* console input buffer */
Note: See TracChangeset for help on using the changeset viewer.