source: buchla-68k/ram/etioas.x@ 6aa430b

Last change on this file since 6aa430b was 6aa430b, checked in by Thomas Lopatic <thomas@…>, 7 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
11extern int16_t ef_intp(int16_t n);
12extern int16_t ef_ioas(int16_t n);
13extern int16_t ef_tmpo(int16_t n);
14extern int16_t ef_tune(int16_t n);
15extern int16_t et_intp(int16_t n);
16extern int16_t et_ioas(int16_t n);
17extern int16_t et_tmpo(int16_t n);
18extern int16_t et_tune(int16_t n);
19extern int16_t nd_intp(int16_t n, int16_t k);
20extern int16_t nd_ioas(int16_t n, int16_t k);
21extern int16_t nd_tmpo(int16_t n, int16_t k);
22extern int16_t nd_tune(int16_t n, int16_t k);
23extern int16_t rd_intp(int16_t n);
24extern int16_t rd_ioas(int16_t n);
25extern int16_t rd_tmpo(int16_t n);
26extern int16_t rd_tune(int16_t n);
Note: See TracBrowser for help on using the repository browser.