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

    r39a696b rb28a12e  
    66*/
    77
    8 #include "all.h"
    9 
    10 extern  uint16_t        _gtcl12(int8_t *fat, uint16_t cl);
    11 extern  int16_t _opnvol(void);
    12 extern  int16_t _filecl(struct fcb *fp);
    13 
    14 extern  uint16_t _thefat[];
    15 
    16 extern  struct  bpb     *_thebpb;
     8#include "ram.h"
    179
    1810/*
Note: See TracChangeset for help on using the changeset viewer.