|
Last change
on this file since d2b9839 was 526a993, checked in by Thomas Lopatic <thomas@…>, 8 years ago |
|
Wording change.
|
-
Property mode
set to
100644
|
|
File size:
937 bytes
|
| Line | |
|---|
| 1 | /*
|
|---|
| 2 | =============================================================================
|
|---|
| 3 | scinit.c -- external declarations
|
|---|
| 4 | =============================================================================
|
|---|
| 5 | */
|
|---|
| 6 |
|
|---|
| 7 | #pragma once
|
|---|
| 8 |
|
|---|
| 9 | #include "score.h"
|
|---|
| 10 | #include "stdint.h"
|
|---|
| 11 |
|
|---|
| 12 | /*
|
|---|
| 13 | =============================================================================
|
|---|
| 14 | external functions
|
|---|
| 15 | =============================================================================
|
|---|
| 16 | */
|
|---|
| 17 |
|
|---|
| 18 | extern struct s_entry *e_alc(int16_t w);
|
|---|
| 19 | extern struct s_entry *e_clr(struct s_entry *e1);
|
|---|
| 20 | extern int16_t e_del(struct s_entry *e1);
|
|---|
| 21 | extern struct s_entry *e_ins(struct s_entry *e1, struct s_entry *e2);
|
|---|
| 22 | extern struct s_entry *e_rmv(struct s_entry *e1);
|
|---|
| 23 | extern void eh_ins(struct s_entry *ne, int16_t et);
|
|---|
| 24 | extern void eh_rmv(struct s_entry *ev, int16_t et);
|
|---|
| 25 | extern int32_t evleft(void);
|
|---|
| 26 | extern void sc_clr(int16_t ns);
|
|---|
| 27 | extern int32_t scinit(void);
|
|---|
| 28 | extern int16_t selscor(int16_t ns);
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.