Changeset b28a12e in buchla-68k for ram/etival.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/etival.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 edfunc(int16_t n);
    18 extern  int16_t dec2fr(int8_t *s);
    19 
    20 extern  int8_t  *dsimlt(int8_t *buf, int16_t src, int16_t mltval);
    21 extern  int8_t  *fr2dec(int16_t v, int8_t *s);
    22 
    23 extern  void dswin(int16_t n);
    24 extern  void idvlblc(void);
    25 extern  void idvlbld(void);
    26 extern  void modinst(void);
    27 extern  void ttcpos(int16_t row, int16_t col);
    28 
    29 extern  uint16_t        *instob;
    30 
    31 extern  int16_t stccol, curfunc;
    32 
    33 extern  int16_t idbox[][8];
    34 
    35 extern  int8_t  dspbuf[];
    36 
    37 extern  struct  instpnt *pntptr;
    38 
    39 extern  int16_t vtcrow, vtccol, idsrcsw, submenu;
    40 
    41 /*
    42 
    43 */
     10#include "ram.h"
    4411
    4512/*
Note: See TracChangeset for help on using the changeset viewer.