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

    r46d8069 r0580615  
    1515#include "wsdsp.h"
    1616
    17 extern  short   advwcur(), newws(), wdswin();
     17extern  void    advwcur(void);
     18extern  void    newws(void);
     19extern  void    wdswin(short n);
    1820
    1921extern  unsigned        *waveob;
     
    3537*/
    3638
    37 short
    38 et_whar(n)
    39 short n;
     39short et_whar(short n)
    4040{
    4141        sprintf(ebuf, "%02d", curwhrm + 1);
     
    5050*/
    5151
    52 short
    53 ef_whar(n)
    54 short n;
     52short ef_whar(short n)
    5553{
    5654        register short i, tmpval;
     
    8381*/
    8482
    85 short
    86 rd_whar(nn)
    87 short nn;
     83short rd_whar(short nn)
    8884{
    8985        register short n;
     
    105101*/
    106102
    107 short
    108 nd_whar(nn, k)
    109 short nn;
    110 register short  k;
     103short nd_whar(short nn, short k)
    111104{
    112105        register short ec, n;
Note: See TracChangeset for help on using the changeset viewer.