source: buchla-68k/ram/sendval.x

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

Unused variables and parameters.

  • Property mode set to 100644
File size: 529 bytes
RevLine 
[526a993]1/*
2 =============================================================================
3 sendval.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
[7ecfb7b]17extern void clearer(int16_t stat);
[6262b5c]18extern void sendval(int16_t voice, int16_t par, int16_t ival);
Note: See TracBrowser for help on using the repository browser.