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

    r39a696b rb28a12e  
    66*/
    77
    8 #include "all.h"
    9 
    10 /* functions defined elsewhere */
    11 
    12 extern  void    advicur(void);
    13 extern  void    dosync(int16_t vce);
    14 
    15 extern  int8_t  *strcpy(int8_t *s1, int8_t *s2);
    16 
    17 extern  void modinst(void);
    18 
    19 /* variables defined elsewhere */
    20 
    21 extern  int16_t stcrow, stccol, curvce;
    22 
    23 extern  int16_t idbox[][8];
    24 
    25 extern  uint16_t        *instob;
    26 
    27 extern  int8_t  dspbuf[];
    28 
    29 extern  struct  instdef vbufs[];
    30 
    31 extern  int16_t cents, bform;
    32 
    33 /*
    34 
    35 */
     8#include "ram.h"
    369
    3710/* initialized variables */
Note: See TracChangeset for help on using the changeset viewer.