Changeset b28a12e in buchla-68k for libcio/read.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/read.c

    r39a696b rb28a12e  
    3636#define DEBUGIT         0
    3737
    38 #include "all.h"
    39 
    40 #if     DEBUGIT
    41 extern  short   fsdebug;
    42 #endif
    43 
    44 extern  int16_t _badfd(void);
    45 extern  int16_t _conin(int8_t *buff, int16_t len);
    46 extern  int16_t _seek(struct fcb *fcp);
    47 
    48 extern  void    *memcpy(void *vp1, void *vp2, int16_t n);
    49 
    50 int16_t _filerd(struct fcb *fp, int8_t *buffer, uint16_t len);
    51 
    52 extern  int16_t ReadRN(struct fcb *fcp, int8_t *buf);
    53 extern  int16_t blkrd(struct fcb *fcp, int8_t *buf, int16_t ns);
     38#include "ram.h"
    5439
    5540static int16_t (*t_read[])() = {
Note: See TracChangeset for help on using the changeset viewer.