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

    r39a696b rb28a12e  
    66*/
    77
    8 #include "all.h"
    9 
    10 extern  void    select(void);
    11 extern  int16_t whatbox(void);
    12 extern  void    nokey(void);
    13 extern  int16_t nonf(int16_t k);
    14 extern  int16_t stdctp0(void);
    15 extern  void    cxkstd(void);
    16 extern  void    cykstd(void);
    17 extern  void    stdmkey(void);
    18 extern  void    stddkey(int16_t k);
    19 
    20 extern  int16_t et_null(int16_t n);
    21 extern  int16_t ef_null(int16_t n);
    22 extern  int16_t rd_null(int16_t n);
    23 extern  int16_t nd_null(int16_t n, int16_t k);
    24 extern  int16_t et_ttab(int16_t n);
    25 extern  int16_t ef_ttab(int16_t n);
    26 extern  int16_t rd_ttab(int16_t nn);
    27 extern  int16_t nd_ttab(int16_t nn, int16_t k);
    28 extern  int16_t et_tval(int16_t n);
    29 extern  int16_t ef_tval(int16_t n);
    30 extern  int16_t rd_tval(int16_t nn);
    31 extern  int16_t nd_tval(int16_t nn, int16_t k);
    32 extern  int16_t et_tpch(int16_t nn);
    33 extern  int16_t ef_tpch(int16_t nn);
    34 extern  int16_t rd_tpch(int16_t nn);
    35 extern  int16_t nd_tpch(int16_t nn, int16_t k);
    36 
    37 extern  void    *memset(void *vp, int8_t c, int16_t n);
    38 
    39 extern  int16_t cxval, cyval, cxrate, cyrate;
    40 extern  int16_t stcrow, stccol, submenu, vtcrow, vtccol, vtwrow, vtwcol;
    41 extern  int16_t vtxval, vtyval;
    42 
    43 extern  int16_t crate1[];
    44 
    45 extern  struct  selbox  *csbp;
    46 extern  struct  selbox  tdboxes[];
    47 
    48 extern  int16_t tunmod, tdnamsw;
    49 
    50 /* forward references */
    51 
    52 void    tdcxupd(void);
    53 void    tdcyupd(void);
    54 
    55 extern  void curset(struct curpak *s);
    56 
    57 /*
    58 
    59 */
     8#include "ram.h"
    609
    6110struct  fet     td_fet1[] = {           /* field definitions */
Note: See TracChangeset for help on using the changeset viewer.