Last change
on this file since ea9a162 was 526a993, checked in by Thomas Lopatic <thomas@…>, 7 years ago |
Wording change.
|
-
Property mode
set to
100644
|
File size:
1.0 KB
|
Rev | Line | |
---|
[526a993] | 1 | /*
|
---|
| 2 | =============================================================================
|
---|
| 3 | etioas.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 ef_intp(int16_t n);
|
---|
| 18 | extern int16_t ef_ioas(int16_t n);
|
---|
| 19 | extern int16_t ef_tmpo(int16_t n);
|
---|
| 20 | extern int16_t ef_tune(int16_t n);
|
---|
| 21 | extern int16_t et_intp(int16_t n);
|
---|
| 22 | extern int16_t et_ioas(int16_t n);
|
---|
| 23 | extern int16_t et_tmpo(int16_t n);
|
---|
| 24 | extern int16_t et_tune(int16_t n);
|
---|
| 25 | extern int16_t nd_intp(int16_t n, int16_t k);
|
---|
| 26 | extern int16_t nd_ioas(int16_t n, int16_t k);
|
---|
| 27 | extern int16_t nd_tmpo(int16_t n, int16_t k);
|
---|
| 28 | extern int16_t nd_tune(int16_t n, int16_t k);
|
---|
| 29 | extern int16_t rd_intp(int16_t n);
|
---|
| 30 | extern int16_t rd_ioas(int16_t n);
|
---|
| 31 | extern int16_t rd_tmpo(int16_t n);
|
---|
| 32 | extern int16_t rd_tune(int16_t n);
|
---|
Note:
See
TracBrowser
for help on using the repository browser.