aboutsummaryrefslogtreecommitdiff
path: root/src/phi0.h
diff options
context:
space:
mode:
authorMarin Ivanov <[email protected]>2025-07-25 10:17:14 +0300
committerMarin Ivanov <[email protected]>2026-01-18 20:09:26 +0200
commit0168586485e6310c598713c911b1dec5618d61a1 (patch)
tree6aabc2a12ef8fef70683f5389bea00f948015f77 /src/phi0.h
Initial commitHEADmaster
* codec2 cut-down version 1.2.0 * Remove codebook and generation of sources * remove c2dec c2enc binaries * prepare for emscripten
Diffstat (limited to 'src/phi0.h')
-rw-r--r--src/phi0.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/phi0.h b/src/phi0.h
new file mode 100644
index 0000000..79e942d
--- /dev/null
+++ b/src/phi0.h
@@ -0,0 +1,7 @@
+// phi0.h
+#ifndef PHI0_H
+#define PHI0_H
+
+extern float phi0(float xf);
+
+#endif