ANSI function declarations

This commit is contained in:
Henning Kiel
2025-10-02 15:54:33 +02:00
parent e392893a9a
commit 7b0b1cc77e
23 changed files with 851 additions and 1690 deletions

View File

@@ -1,6 +1,5 @@
/* definitions for MIDI file writing code */
float mf_ticks2sec();
long mf_sec2ticks();
long mf_sec2ticks(float secs, int division, long tempo);
void mfwrite();
void mfread();