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

    r39a696b rb28a12e  
    88#define DEBUGIT         0
    99
    10 #include "all.h"
    11 
    12 #if     DEBUGIT
    13 extern  short   debugsw;
    14 #endif
    15 
    16 extern  void    advicur(void);
    17 extern  int16_t dec2fr(int8_t *s);
    18 extern  void    dswin(int16_t n);
    19 extern  void    idvlbld(void);
    20 extern  void    ttcpos(int16_t row, int16_t col);
    21 
    22 extern  int8_t  *fr2dec(int16_t v, int8_t *s);
    23 
    24 extern  void idvlblc(void);
    25 extern  void modinst(void);
    26 
    27 extern  uint16_t        *instob;
    28 
    29 extern  int16_t stcrow, stccol, curvce, curfunc, idsrcsw;
    30 extern  int16_t vtcrow, vtccol, submenu;
    31 
    32 extern  int16_t idbox[][8];
    33 
    34 extern  int8_t  dspbuf[];
    35 
    36 extern  int8_t  *srctbl[];
    37 
    38 extern  struct  instpnt *pntptr;
    39 
    40 extern  struct  instdef vbufs[];
    41 
    42 /*
    43 
    44 */
     10#include "ram.h"
    4511
    4612/*
Note: See TracChangeset for help on using the changeset viewer.