Last change
on this file since a4bd34f was 2340de6, checked in by Thomas Lopatic <thomas@…>, 7 years ago |
Keep macros in external declarations.
|
-
Property mode
set to
100644
|
File size:
832 bytes
|
Line | |
---|
1 | /*
|
---|
2 | =============================================================================
|
---|
3 | scwrite.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 variables
|
---|
16 | =============================================================================
|
---|
17 | */
|
---|
18 |
|
---|
19 | extern int32_t m1con;
|
---|
20 | extern int16_t scsizes[N_ETYPES][2];
|
---|
21 |
|
---|
22 | /*
|
---|
23 | =============================================================================
|
---|
24 | external functions
|
---|
25 | =============================================================================
|
---|
26 | */
|
---|
27 |
|
---|
28 | extern int32_t scsize(int16_t sn);
|
---|
29 | extern int32_t scsizer(void);
|
---|
30 | extern int16_t scwrite(int16_t sn, FILE *fp);
|
---|
Note:
See
TracBrowser
for help on using the repository browser.