aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authoramy <[email protected]>2023-05-23 12:49:27 +0000
committeramy <[email protected]>2023-05-23 12:49:27 +0000
commitf24f476724d5585e253b7e9b7f1b767fe5c8bb6c (patch)
tree43f4a5f41f3ac3111844b6fb6660af5b86339dad /src/util.h
parenteb9170b07a0d28dc0b89a5b20625dd7b145a1eda (diff)
push from build pc
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h
index 92f0fc1..027d96c 100644
--- a/src/util.h
+++ b/src/util.h
@@ -41,7 +41,7 @@ static const int forced_length = 20;
#define logm(s){};
#endif
-double binomial(int n, int k);
+const double binomial(int n, int k);
void* mmalloc(size_t,char*,int,char*);
void ffree(void*,char*,int,char*);
void err_m(char*,void (*)(int),char*,int);