diff options
| author | Author Name <[email protected]> | 2023-07-07 12:20:59 +0930 |
|---|---|---|
| committer | David Rowe <[email protected]> | 2023-07-07 12:29:06 +0930 |
| commit | ac7c48b4dee99d4c772f133d70d8d1b38262fcd2 (patch) | |
| tree | a2d0ace57a9c0e2e5b611c4987f6fed1b38b81e7 /src/phi0.h | |
shallow zip-file copy from codec2 e9d726bf20
Diffstat (limited to 'src/phi0.h')
| -rw-r--r-- | src/phi0.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/phi0.h b/src/phi0.h new file mode 100644 index 0000000..0fa71df --- /dev/null +++ b/src/phi0.h @@ -0,0 +1,7 @@ +// phi0.h +#ifndef PHI0_H +#define PHI0_H + +extern float phi0( float xf ); + +#endif |
