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

    r46d8069 r0580615  
    1616#include "libdsp.h"
    1717
    18 extern  short   scskip();
     18extern  short   scskip(FILE *fp, short ns);
    1919
    2020extern  long    schksum;                /* score checksum */
     
    4040*/
    4141
    42 scioerr(sn, ep)
    43 short sn;
    44 struct s_entry *ep;
     42void scioerr(short sn, struct s_entry *ep)
    4543{
    4644        char scid[40];
     
    6664*/
    6765
    68 noevent(sn)
     66void noevent(sn)
    6967{
    7068        char scid[24];
     
    8987*/
    9088
    91 short
    92 scread(ns, fp)
    93 short ns;
    94 register FILE *fp;
     89short scread(short ns, FILE *fp)
    9590{
    9691        register struct s_entry *ep;
Note: See TracChangeset for help on using the changeset viewer.