mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-11-06 03:04:43 +00:00
3 lines
99 B
C
3 lines
99 B
C
|
int note_to_ed(char note, int flat, int sharp, int octave);
|
||
|
char *ed_to_note(int freq, char *out);
|