Changeset 7258c6a in buchla-68k for vlib/vclrs.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
  • vlib/vclrs.c

    r0292fbb r7258c6a  
    1616*/
    1717
    18 extern  void    vputc(unsigned *sbase, unsigned row, unsigned col, unsigned c, unsigned attrib);
     18extern  void    vputc(uint16_t *sbase, uint16_t row, uint16_t col, uint16_t c, uint16_t attrib);
    1919
    2020/*
     
    2424*/
    2525
    26 void vclrs(unsigned int obase[], int row, int col, int nc, int ch, int atr)
     26void vclrs(uint16_t obase[], int16_t row, int16_t col, int16_t nc, int16_t ch, int16_t atr)
    2727{
    2828        while (nc--)
Note: See TracChangeset for help on using the changeset viewer.