source: buchla-68k/ram/etioas.x@ 526a993

Last change on this file since 526a993 was 526a993, checked in by Thomas Lopatic <thomas@…>, 7 years ago

Wording change.

  • Property mode set to 100644
File size: 1.0 KB
Line 
1/*
2 =============================================================================
3 etioas.c -- external declarations
4 =============================================================================
5*/
6
7#pragma once
8
9#include "stdint.h"
10
11/*
12 =============================================================================
13 external functions
14 =============================================================================
15*/
16
17extern int16_t ef_intp(int16_t n);
18extern int16_t ef_ioas(int16_t n);
19extern int16_t ef_tmpo(int16_t n);
20extern int16_t ef_tune(int16_t n);
21extern int16_t et_intp(int16_t n);
22extern int16_t et_ioas(int16_t n);
23extern int16_t et_tmpo(int16_t n);
24extern int16_t et_tune(int16_t n);
25extern int16_t nd_intp(int16_t n, int16_t k);
26extern int16_t nd_ioas(int16_t n, int16_t k);
27extern int16_t nd_tmpo(int16_t n, int16_t k);
28extern int16_t nd_tune(int16_t n, int16_t k);
29extern int16_t rd_intp(int16_t n);
30extern int16_t rd_ioas(int16_t n);
31extern int16_t rd_tmpo(int16_t n);
32extern int16_t rd_tune(int16_t n);
Note: See TracBrowser for help on using the repository browser.