Last change
on this file since bf89cfb was 526a993, checked in by Thomas Lopatic <thomas@…>, 8 years ago |
Wording change.
|
-
Property mode
set to
100644
|
File size:
600 bytes
|
Rev | Line | |
---|
[526a993] | 1 | /*
|
---|
| 2 | =============================================================================
|
---|
| 3 | scread.c -- external declarations
|
---|
| 4 | =============================================================================
|
---|
| 5 | */
|
---|
| 6 |
|
---|
[6262b5c] | 7 | #pragma once
|
---|
| 8 |
|
---|
| 9 | #include "score.h"
|
---|
| 10 | #include "stdint.h"
|
---|
[6aa430b] | 11 | #include "stdio.h"
|
---|
[6262b5c] | 12 |
|
---|
| 13 | /*
|
---|
| 14 | =============================================================================
|
---|
[526a993] | 15 | external functions
|
---|
[6262b5c] | 16 | =============================================================================
|
---|
| 17 | */
|
---|
| 18 |
|
---|
| 19 | extern void noevent(int16_t sn);
|
---|
| 20 | extern void scioerr(int16_t sn, struct s_entry *ep);
|
---|
| 21 | extern int16_t scread(int16_t ns, FILE *fp);
|
---|
Note:
See
TracBrowser
for help on using the repository browser.