Changeset b28a12e in buchla-68k for ram/scread.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
  • ram/scread.c

    r39a696b rb28a12e  
    66*/
    77
    8 #include "all.h"
    9 
    10 extern  int16_t scskip(FILE *fp, int16_t ns);
    11 
    12 extern  int16_t rd_ec(FILE *fp, int8_t *to, int32_t len);
    13 extern  int16_t skp_ec(FILE *fp, int32_t len);
    14 extern  void clrlsel(void);
    15 extern  void ldermsg(int8_t *p1, int8_t *p2, int8_t *p3, uint16_t p4, uint16_t p5);
    16 extern  void ldwmsg(int8_t *line1, int8_t *line2, int8_t *line3, uint16_t fgcolor, uint16_t bgcolor);
    17 extern  void skperr(int16_t sn);
    18 
    19 extern  int32_t schksum;                /* score checksum */
    20 
    21 extern  int16_t errno;                  /* system error number */
    22 extern  int16_t lderrsw;                /* librarian error message switch */
    23 extern  int16_t lrasw;                  /* "Content" switch */
    24 
    25 extern  int16_t ldmap[];                /* librarian gather-read map */
    26 
    27 extern  struct  s_entry *libsp;         /* librarian score insert pointer */
    28 
    29 extern  struct  s_time  stimes[N_SCORES][N_SECTS];
    30 
    31 /*
    32 
    33 */
     8#include "ram.h"
    349
    3510/*
Note: See TracChangeset for help on using the changeset viewer.