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