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

    r46d8069 r0580615  
    1818#include <vsdd.h>
    1919
    20 extern  int     vwputs();
     20extern  void    vwputs(int *obase, int nw, int fg, int bg, int row, int col, char *str);
    2121
    2222/*
     
    2626*/
    2727
    28 vwputm(obase, nw, fg, bg, row, col, ml)
    29 unsigned int *obase;
    30 int nw, fg, bg, row, col;
    31 register char *ml[];
     28void vwputm(unsigned int *obase, int nw, int fg, int bg, int row, int col, char *ml[])
    3229{
    3330        while (*ml) {
Note: See TracChangeset for help on using the changeset viewer.