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