Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/comms/acfax/files/patch-mod_demod.c
16461 views
1
--- mod_demod.c.orig 1998-07-08 16:32:02 UTC
2
+++ mod_demod.c
3
@@ -29,6 +29,8 @@
4
#include <unistd.h>
5
#include "mod_demod.h"
6
7
+#define PI M_PI
8
+
9
SHORT int firwide[] = { 6, 20, 7, -42, -74, -12, 159, 353, 440 };
10
SHORT int firmiddle[] = { 0, -18, -38, -39, 0, 83, 191, 284, 320 };
11
SHORT int firnarrow[] = { -7, -18, -15, 11, 56, 116, 177, 223, 240 };
12
13