|
Last change
on this file since e877e55 was 6aa430b, checked in by Thomas Lopatic <thomas@…>, 8 years ago |
|
More accurate headers.
|
-
Property mode
set to
100644
|
|
File size:
548 bytes
|
| Line | |
|---|
| 1 | #pragma once
|
|---|
| 2 |
|
|---|
| 3 | #include "stdint.h"
|
|---|
| 4 |
|
|---|
| 5 | /*
|
|---|
| 6 | =============================================================================
|
|---|
| 7 | etmcfn.c -- global functions
|
|---|
| 8 | =============================================================================
|
|---|
| 9 | */
|
|---|
| 10 |
|
|---|
| 11 | extern int16_t ef_mcfn(int16_t n);
|
|---|
| 12 | extern int16_t ef_mwsn(int16_t nn);
|
|---|
| 13 | extern int16_t et_mcfn(int16_t n);
|
|---|
| 14 | extern int16_t et_mwsn(int16_t nn);
|
|---|
| 15 | extern int16_t nd_mcfn(int16_t n, int16_t k);
|
|---|
| 16 | extern int16_t nd_mwsn(int16_t nn, int16_t k);
|
|---|
| 17 | extern int16_t rd_mcfn(int16_t n);
|
|---|
| 18 | extern int16_t rd_mwsn(int16_t nn);
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.