Changeset 0580615 in buchla-68k for vlib/vclrs.c


Ignore:
Timestamp:
07/08/2017 02:42:31 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
342a56f
Parents:
46d8069
Message:

Point of no return.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vlib/vclrs.c

    r46d8069 r0580615  
    1616*/
    1717
    18 extern  int     vputc();
     18extern  void    vputc(unsigned *sbase, unsigned row, unsigned col, unsigned c, unsigned attrib);
    1919
    2020/*
     
    2424*/
    2525
    26 vclrs(obase, row, col, nc, ch, atr)
    27 register unsigned int obase[];
    28 int row, col;
    29 register int nc;
    30 int ch, atr;
     26void vclrs(unsigned int obase[], int row, int col, int nc, int ch, int atr)
    3127{
    3228        while (nc--)
Note: See TracChangeset for help on using the changeset viewer.