Last change
on this file since 499da16 was 526a993, checked in by Thomas Lopatic <thomas@…>, 8 years ago |
Wording change.
|
-
Property mode
set to
100644
|
File size:
766 bytes
|
Rev | Line | |
---|
[526a993] | 1 | /*
|
---|
| 2 | =============================================================================
|
---|
| 3 | nedacc.c -- external declarations
|
---|
| 4 | =============================================================================
|
---|
| 5 | */
|
---|
| 6 |
|
---|
[6262b5c] | 7 | #pragma once
|
---|
| 8 |
|
---|
| 9 | #include "stdint.h"
|
---|
| 10 |
|
---|
| 11 | /*
|
---|
| 12 | =============================================================================
|
---|
[526a993] | 13 | external functions
|
---|
[6262b5c] | 14 | =============================================================================
|
---|
| 15 | */
|
---|
| 16 |
|
---|
| 17 | extern int16_t accnote(void);
|
---|
| 18 | extern void donote(void);
|
---|
| 19 | extern int16_t ned_acc(int16_t grp);
|
---|
| 20 | extern int16_t ned_end(int16_t grp);
|
---|
| 21 | extern int16_t ned_mvb(int16_t grp);
|
---|
| 22 | extern int16_t ned_mve(int16_t grp);
|
---|
| 23 | extern int16_t ned_mvn(int16_t grp);
|
---|
| 24 | extern int16_t ned_nat(int16_t grp);
|
---|
| 25 | extern int16_t nedesub(int16_t grp, int16_t note);
|
---|
Note:
See
TracBrowser
for help on using the repository browser.