Last change
on this file since e4a1376 was 2340de6, checked in by Thomas Lopatic <thomas@…>, 8 years ago |
Keep macros in external declarations.
|
-
Property mode
set to
100644
|
File size:
1.1 KB
|
Rev | Line | |
---|
[526a993] | 1 | /*
|
---|
| 2 | =============================================================================
|
---|
| 3 | chksec.c -- external declarations
|
---|
| 4 | =============================================================================
|
---|
| 5 | */
|
---|
| 6 |
|
---|
[6262b5c] | 7 | #pragma once
|
---|
| 8 |
|
---|
| 9 | #include "score.h"
|
---|
| 10 | #include "stdint.h"
|
---|
| 11 |
|
---|
| 12 | /*
|
---|
| 13 | =============================================================================
|
---|
[526a993] | 14 | external variables
|
---|
[6262b5c] | 15 | =============================================================================
|
---|
| 16 | */
|
---|
| 17 |
|
---|
[2340de6] | 18 | extern int8_t cmgtags[N_ETYPES];
|
---|
| 19 | extern int8_t cmgtype[N_ETYPES];
|
---|
| 20 | extern int16_t cmslens[N_ETYPES];
|
---|
| 21 | extern int16_t ehdlist[N_ETYPES];
|
---|
[6262b5c] | 22 |
|
---|
| 23 | /*
|
---|
| 24 | =============================================================================
|
---|
[526a993] | 25 | external functions
|
---|
[6262b5c] | 26 | =============================================================================
|
---|
| 27 | */
|
---|
| 28 |
|
---|
| 29 | extern int16_t chksec(int16_t ns);
|
---|
| 30 | extern void edelta(struct s_entry *ep, int32_t btime, int32_t delta);
|
---|
| 31 | extern void ehfix(struct s_entry *cbp, struct s_entry *cep);
|
---|
| 32 | extern struct s_entry *madjsec(struct s_entry *sbp, int32_t btime);
|
---|
| 33 | extern int16_t oktocm(struct s_entry *ep);
|
---|
| 34 | extern int16_t oktode(struct s_entry *ep);
|
---|
| 35 | extern int16_t oktodg(struct s_entry *ep);
|
---|
| 36 | extern int32_t sizesec(void);
|
---|
Note:
See
TracBrowser
for help on using the repository browser.