|
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:
854 bytes
|
| Line | |
|---|
| 1 | #pragma once
|
|---|
| 2 |
|
|---|
| 3 | #include "stdint.h"
|
|---|
| 4 |
|
|---|
| 5 | /*
|
|---|
| 6 | =============================================================================
|
|---|
| 7 | etioas.c -- global functions
|
|---|
| 8 | =============================================================================
|
|---|
| 9 | */
|
|---|
| 10 |
|
|---|
| 11 | extern int16_t ef_intp(int16_t n);
|
|---|
| 12 | extern int16_t ef_ioas(int16_t n);
|
|---|
| 13 | extern int16_t ef_tmpo(int16_t n);
|
|---|
| 14 | extern int16_t ef_tune(int16_t n);
|
|---|
| 15 | extern int16_t et_intp(int16_t n);
|
|---|
| 16 | extern int16_t et_ioas(int16_t n);
|
|---|
| 17 | extern int16_t et_tmpo(int16_t n);
|
|---|
| 18 | extern int16_t et_tune(int16_t n);
|
|---|
| 19 | extern int16_t nd_intp(int16_t n, int16_t k);
|
|---|
| 20 | extern int16_t nd_ioas(int16_t n, int16_t k);
|
|---|
| 21 | extern int16_t nd_tmpo(int16_t n, int16_t k);
|
|---|
| 22 | extern int16_t nd_tune(int16_t n, int16_t k);
|
|---|
| 23 | extern int16_t rd_intp(int16_t n);
|
|---|
| 24 | extern int16_t rd_ioas(int16_t n);
|
|---|
| 25 | extern int16_t rd_tmpo(int16_t n);
|
|---|
| 26 | extern int16_t rd_tune(int16_t n);
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.