source: buchla-68k/ram/scread.x@ 526a993

Last change on this file since 526a993 was 526a993, checked in by Thomas Lopatic <thomas@…>, 7 years ago

Wording change.

  • Property mode set to 100644
File size: 600 bytes
Line 
1/*
2 =============================================================================
3 scread.c -- external declarations
4 =============================================================================
5*/
6
7#pragma once
8
9#include "score.h"
10#include "stdint.h"
11#include "stdio.h"
12
13/*
14 =============================================================================
15 external functions
16 =============================================================================
17*/
18
19extern void noevent(int16_t sn);
20extern void scioerr(int16_t sn, struct s_entry *ep);
21extern int16_t scread(int16_t ns, FILE *fp);
Note: See TracBrowser for help on using the repository browser.