xref
: /
dports
/
audio
/
codec2
/
codec2-1.0.3
/
src
/
phi0.h
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
//
phi0.h
2
#
ifndef
PHI0_H
3
#
define
PHI0_H
4
5
extern
float
phi0
(
float
xf
);
6
7
#
endif
8