File: freq.h

package info (click to toggle)
ocp 1%3A0.1.21-1.1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 5,344 kB
  • ctags: 7,862
  • sloc: ansic: 91,449; cpp: 9,729; sh: 3,119; makefile: 2,482
file content (9 lines) | stat: -rw-r--r-- 205 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
#ifndef _FREQ_H
#define _FREQ_H

extern int mcpGetFreq8363(int note);
extern int mcpGetFreq6848(int note);
extern int mcpGetNote8363(unsigned int frq);
extern int mcpGetNote6848(unsigned int frq);

#endif