Changeset 0580615 in buchla-68k for iolib/pause.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
  • iolib/pause.c

    r46d8069 r0580615  
    88#include "biosdefs.h"
    99
    10 extern  int     waitcr(), writeln();
     10extern  int     waitcr(void);
     11extern  void    writeln(int unit, char *buf);
    1112
    12 pause(s)
    13 char *s;
     13void pause(char *s)
    1414{
    1515        writeln(CON_DEV, s);
Note: See TracChangeset for help on using the changeset viewer.