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

    r39a696b rb28a12e  
    66*/
    77
    8 #include "all.h"
    9 
    10 extern  int16_t micons(int16_t wi);
    11 extern  uint16_t        _gtcl12(int8_t *fat, uint16_t cl);
    12 extern  int32_t miconl(int32_t wi);
    13 
    14 extern  struct  bpb     *_thebpb;
    15 extern  uint16_t        _thefat[];
    16 
    17 extern  int16_t _filecl(struct fcb *fp);
    18 extern  int16_t _noper(void);
    19 
    20 extern  void xtrap15(void);
    21 
    22 /*
    23 
    24 */
     8#include "ram.h"
    259
    2610static int8_t   *mfname[] = {   /* FCB flag names */
     
    7963*/
    8064
    81 int16_t waitcr(void)
    82 {
    83         int8_t  c;
    84 
    85         BIOS(B_PUTC, CON_DEV, '\007');
    86 
    87         while ('\r' NE (c = (0x7F & BIOS(B_GETC, CON_DEV))))
    88                 if (c EQ '\007')
    89                         xtrap15();
    90 
    91         return(c);
    92 }
    93 
    9465/*
    9566
Note: See TracChangeset for help on using the changeset viewer.