Changeset 7258c6a in buchla-68k for ram/infield.c


Ignore:
Timestamp:
07/09/2017 04:45:34 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
8618599
Parents:
0292fbb
Message:

Use standard integer types.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/infield.c

    r0292fbb r7258c6a  
    99#include "stddefs.h"
    1010
    11 extern  short   stcrow, stccol;
     11extern  int16_t stcrow, stccol;
    1212
    1313/*
     
    1919*/
    2020
    21 short infield(short row, short col, struct fet *fetp)
     21int16_t infield(int16_t row, int16_t col, struct fet *fetp)
    2222{
    2323        infetp = (struct fet *)NULL;    /* setup for NULL infetp return */
Note: See TracChangeset for help on using the changeset viewer.