Last change
on this file since 7c0efb6 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
|
Rev | Line | |
---|
[526a993] | 1 | /*
|
---|
| 2 | =============================================================================
|
---|
| 3 | scwrite.c -- external declarations
|
---|
| 4 | =============================================================================
|
---|
| 5 | */
|
---|
| 6 |
|
---|
[6262b5c] | 7 | #pragma once
|
---|
| 8 |
|
---|
[2340de6] | 9 | #include "score.h"
|
---|
[6262b5c] | 10 | #include "stdint.h"
|
---|
[6aa430b] | 11 | #include "stdio.h"
|
---|
[6262b5c] | 12 |
|
---|
| 13 | /*
|
---|
| 14 | =============================================================================
|
---|
[526a993] | 15 | external variables
|
---|
[6262b5c] | 16 | =============================================================================
|
---|
| 17 | */
|
---|
| 18 |
|
---|
| 19 | extern int32_t m1con;
|
---|
[2340de6] | 20 | extern int16_t scsizes[N_ETYPES][2];
|
---|
[6262b5c] | 21 |
|
---|
| 22 | /*
|
---|
| 23 | =============================================================================
|
---|
[526a993] | 24 | external functions
|
---|
[6262b5c] | 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.