Changeset 0580615 in buchla-68k for vlib/vputsv.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/vputsv.c

    r46d8069 r0580615  
    1616typedef unsigned int    uint;
    1717
    18 extern int      vputcv();
     18extern  void    vputcv(unsigned *adr, unsigned row, unsigned col, unsigned char, unsigned atr, unsigned cols);
    1919
    2020/*
     
    2727*/
    2828
    29 vputsv(sbase, row, col, str, attrib, len)
    30 uint *sbase, row, col;
    31 char *str;
    32 uint attrib, len;
     29void vputsv(uint *sbase, uint row, uint col, char *str, uint attrib, uint len)
    3330{
    3431        uint    c;
     
    6158*/
    6259
    63 vputsav(sbase, row, col, str, attrib, len)
    64 uint *sbase, row, col;
    65 char *str;
    66 uint *attrib, len;
     60void vputsav(uint *sbase, uint row, uint col, char *str, uint *attrib, uint len)
    6761{
    6862        uint    c;
Note: See TracChangeset for help on using the changeset viewer.