Changeset e225e77 in buchla-68k for ram/itcpos.c


Ignore:
Timestamp:
07/09/2017 10:24:47 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
411371e
Parents:
d2d593b
Message:

Added missing includes and declarations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/itcpos.c

    rd2d593b re225e77  
    2222
    2323extern  uint16_t        exp_c(uint16_t c);
     24
     25extern  int16_t infield(int16_t row, int16_t col, struct fet *fetp);
     26extern  uint16_t setipl(uint16_t arg);
     27extern  void andcopy(uint16_t *to, uint16_t *from, uint16_t with, int16_t len);
    2428
    2529extern  int16_t stcrow, stccol;         /* text cursor row,col */
Note: See TracChangeset for help on using the changeset viewer.